Help for this page
# create a new module skeleton: $ h2xs -AXn My::App ... # and update the Makefile.PL to install the scripts # and manual pages automatically: $ vi Makefile.PL
# test that everything works $ perl Makefile.PL && make ... # and pack it $ make dist