June 2001 Making a Module Back Slide 47 Forward

Testing

perl Makefile.PL # optionally "perl Makefile.PL verbose"
make
make test        # optionally set TEST_VERBOSE=1
make dist

  • Will run the test(s) in the blib directory


Copyright © 2001 R. Geoffrey Avery Back Contents Forward