Geoffrey Young wrote:
so you are looking at encountering other
problems, as you try to run modperl tests without using a correct
environment.


yeah, you're right.

 >>> or something else needs to be done with t/more.

yes.  well, with Apache/Test.pm actually.  this should be more helpful:

Index: lib/Apache/Test.pm
===================================================================
--- lib/Apache/Test.pm  (revision 122981)
+++ lib/Apache/Test.pm  (working copy)
@@ -75,7 +75,7 @@
             Test::More->import(@testmore);

             \&Test::More::plan;
-        } or die "-withtestmore error: $@";
+        } or print "1..0 # skipped: -withtestmore error [EMAIL PROTECTED]" && 
exit;

         # clean up arguments to export_to_level
         shift;


of course, that will rely on a recent fix to mod_perl svn :)

Perfect, go for it Geoff. The mp2 fix is in.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to