Re: mod_perl build with perlbrew

bluedome <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>

It looks like these test files are not being created because MakeMaker is
failing.  During the 
perl Makefile.PL command I'm getting:

Unparsable version '' for prerequisite Apache::Test at
lib/ModPerl/BuildMM.pm line 153.

Apache::Test 1.38 is installed with cpanm, and anyway the mod_perl source
contains a copy of it.


On Wed, Sep 19, 2012 at 2:34 PM, bluedome <[email protected]> wrote:
>
> That works, thanks.
>
> Now it can't locate: ApacheTest/PerlRequireTest.pm, is that a dynamically
> created module? Because the file isn't in the mod_perl source tree at all.

It is created as a test file:

phred@pooky ~/dev/svn/modperl/mod_perl-2.0 $ find . -name
'PerlRequireTest.pm'
./t/htdocs/testdirective/main/ApacheTest/PerlRequireTest.pm
./t/htdocs/testdirective/vh/ApacheTest/PerlRequireTest.pm

phred@pooky ~/dev/svn/modperl/mod_perl-2.0 $ more
t/htdocs/testdirective/vh/ApacheTest/PerlRequireTest.pm

package ApacheTest::PerlRequireTest;
$ApacheTest::PerlRequireTest::MAGIC = 'PerlRequired by VirtualHost';
1;


-- 
View this message in context: http://old.nabble.com/mod_perl-build-with-perlbrew-tp34454307p34458276.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.