David Wheeler wrote:
On Mar 28, 2005, at 10:03 AM, Geoffrey Young wrote:

Same problem, since when run under mod_perl, you must have *all* tests
loading the above. If not (and some loads Test.pm) you get the
redefining stuff, I think.


yeah, I guess you're right. hmph.


Dunno if this will help, but you might want to try using Test::Legacy if you're getting compatibility problems between Test.pm and Test::More:

http://search.cpan.org/dist/Test-Legacy/

Thanks David, but if we have to bundle Test::More this issue is resolved, as we will just use it everywhere. Though I really dislike T-M's diagnostics, as it prints the debug data only on failure and there is no way to override it. Hopefully we can still continue using t_cmp() from Apache::TestUtil.


--
__________________________________________________________________
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to