Help for this page

Select Code to Download


  1. or download this
    minil new My::Module
    cd My-Module
    # ...tinker
    minil release
    
  2. or download this
    module-starter --module=My::Module --email=them@cpan.org --builder=Mod
    +ule::Build --genlicense --ignores=git
    cd My-Module
    git init .
    ...
    git commit -m "Here we go"
    git tag -m "v1.0.0"
    git push origin v1.0.0