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 $_; }
In reply to Re^2: How to avoid having to remove PERL_DL_NONLAZY=1 from Makefile?
by diotalevi
in thread How to avoid having to remove PERL_DL_NONLAZY=1 from Makefile?
by diotalevi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |