Writing Makefile for Data::Postponed Can't locate object method "test_via_harness" via package "main" at Makefile.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 $_; }