- or download this
sub MY::postamble {
my (undef,%h) = @_;
...
prove --blib $(INST_LIB) --blib $(INST_ARCHLIB) --verbose $^
POSTAMBLE
}
- or download this
use strict;
use warnings;
...
}
1;
__END__
- or download this
perl Makefile.PL && make all && make test && make bench && make instal
+l