June 2001 Making a Module Back Slide 46 Forward

make

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

  • Takes all the things in MANIFEST and builds a blib directory with all the files in the proper places


Copyright © 2001 R. Geoffrey Avery Back Contents Forward