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 <adrian...@gmail.com> 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.

Reply via email to