On Thu, Mar 08, 2001 at 09:47:31PM +0000, Adam Spiers wrote:

> The problem was in an old version of base.pm, which failed to
> correctly load the module from which you want to inherit, so it would
> fail as soon as you tried to access an inherited method.

> I've nabbed a newer base.pm from 5.6, back-ported, and stuck it in
> PERL5LIB and all is well, except for the annoying detail that I have
> to hack the -I$(PERL_LIB) out of the generated Makefile's rule for
> test_dynamic, otherwise 'make test' loads the old base.pm rather than
> the new one.

Another nastier solution ... set PERL5OPT to -MTest::Unit::TestCase or
somesuch, to 'use' the library as well as making it base?


Matthew  #8-)

_______________________________________________
Perlunit-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/perlunit-devel

Reply via email to