in reply to Re: How to avoid having to remove PERL_DL_NONLAZY=1 from Makefile?
in thread How to avoid having to remove PERL_DL_NONLAZY=1 from Makefile?
So how do I override those methods? I tried calling $self->SUPER::test_via_harness( @_ ) and the object I've received isn't ISA ExtUtils anything.
Writing Makefile for Data::Postponed Can't locate object method "test_via_harness" via package "main" at Ma +kefile.PL line 25. # Looks like your test died before it could output anything. sub MY::test_via_harness { my $self = shift; local $_ = $self->SUPER::test_via_harness( @_ ); s/PERL_DL_NONLAZY=1//g; return $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to avoid having to remove PERL_DL_NONLAZY=1 from Makefile?
by tlm (Prior) on Mar 31, 2005 at 22:11 UTC | |
by diotalevi (Canon) on Mar 31, 2005 at 22:16 UTC | |
by tlm (Prior) on Mar 31, 2005 at 22:34 UTC |