June 2001
Making a Module
Slide 14
h2xs
Originally created for building Perl extensions from C header files. But also useful for all Perl things with only pm files.
To create a fresh module with the trimmings use the -XA option...
h2xs -XA -n Sample::Module
It will create a directory called ./Sample/Module with five files
Some documentation:
h2xs
perlpod
ExtUtils::MakeMaker
Test::Harness
Copyright © 2001 R. Geoffrey Avery
Contents