Help for this page

Select Code to Download


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