Help for this page

Select Code to Download


  1. or download this
    module-starter --email "thil@something.com" --author "Thil" --module "
    +Foo::Bar"
    
  2. or download this
    use strict;
    use warnings;
    ...
        dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }
    +,
        clean               => { FILES => 'Foo-Bar-*' },
    );