In your module&#39;s project directory:<br><br>mkdir -p lib/Language<br>mv Language-Dashrep.pm lib/Language/Dashrep.pm<br><br><br><div class="gmail_quote">On Mon, Mar 9, 2009 at 4:46 PM, Richard Fobes <span dir="ltr">&lt;<a href="mailto:prog@solutionscreative.com">prog@solutionscreative.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div bgcolor="#ffffff" text="#000000">
<font face="Verdana">I&#39;ve finally encountered a Perl problem for which
I can&#39;t find any documentation, so I&#39;m asking for help.  It&#39;s for a
module I&#39;ll be submitting to the CPAN archives.  It implements the
Dashrep descriptive programming language, which I&#39;ve developed over
many years.  Details of the language are at <a href="http://www.Dashrep.org" target="_blank">www.Dashrep.org</a>.</font><font face="Verdana">  Eric Wilhelm verbally helped me get started on this
open-source contribution, and he said there were some helpful Perl
folks on this list.<br>
</font><font face="Verdana"><br>
The &quot;make test&quot; command produces the following error:<br>
</font>
<blockquote><font face="Verdana">PERL_DL_NONLAZY=1 /usr/bin/perl
&quot;-MExtUtils::Command::MM&quot; &quot;-e&quot; &quot;test_harness(0, &#39;blib/lib&#39;,
&#39;blib/arch&#39;)&quot; t/*.t</font><br>
  <font face="Verdana">t/Language-Dashrep....</font><br>
  <font face="Verdana">#   Failed test &#39;use Language::Dashrep;&#39;</font><br>
  <font face="Verdana">t/Language-Dashrep....NOK 1#   in
t/Language-Dashrep.t at line 7.</font><br>
  <font face="Verdana">#     Tried to use &#39;Language::Dashrep&#39;.</font><br>
  <font face="Verdana">#     Error:  Can&#39;t locate Language/Dashrep.pm
in @INC</font><br>
</blockquote>
<font face="Verdana">It appears to be looking for a file named
&quot;Dashrep.pm&quot; within a folder named &quot;Language&quot;, yet all the references
(and the successful use of &quot;perl Makefile.PL&quot; and &quot;make&quot;) operate on a
file named &quot;Language-Dashrep.pm&quot;.<br>
<br>
Clarifications:  Yes, @INC includes the ..../blib/lib folder that
contains the </font><font face="Verdana">Language-Dashrep.pm file. 
Also, I used the h2xs tool to generate the starting files.</font>  I&#39;ve
been able to successfully execute the &quot;Language-Dashrep.t&quot; test code by
using some workarounds, but now I need the standard CPAN installation
process to work correctly without any workarounds.<br>
<font face="Verdana"><br>
I&#39;ve been programming in Perl for many years (15 or more?) but
admittedly I&#39;m a novice when it comes to making modules.<br>
<br>
</font><font face="Verdana">In advance, thanks for any help!</font><br>
<font face="Verdana"><br>
</font><font face="Verdana">Richard Fobes<br>
<br>
<br>
</font>
</div>

<br>_______________________________________________<br>
Pdx-pm-list mailing list<br>
<a href="mailto:Pdx-pm-list@pm.org">Pdx-pm-list@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/pdx-pm-list" target="_blank">http://mail.pm.org/mailman/listinfo/pdx-pm-list</a><br></blockquote></div><br>