$ module-starter --module Goner --email email --author author --verbose --eumm Created Goner Created Goner\lib Created Goner\lib\Goner.pm Created Goner\t Created Goner\t\pod-coverage.t Created Goner\t\pod.t Created Goner\t\manifest.t Created Goner\t\boilerplate.t Created Goner\t\00-load.t Created Goner\ignore.txt Created Goner\Makefile.PL Created Goner\Changes Created Goner\README Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/Goner.pm Added to MANIFEST: Makefile.PL Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/boilerplate.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Created Goner\MANIFEST Created starter directories and files $ cd Goner $ md bin $ echo #!/usr/bin/python -- > bin\py.py $ echo #!/usr/bin/bash -- > bin\ba.sh $ echo @echo off -- > bin\ba.bat $ perl -i.bak -pe " s{^(.*?NAME.*)}{$1 EXE_FILES => [glob q{bin/*}], };" Makefile.PL $ perl Makefile.PL INSTALL_BASE=thebase Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Goner Writing MYMETA.yml and MYMETA.json $ dmake install cp lib/Goner.pm blib\lib\Goner.pm "C:\citrusperl\bin\perl.exe" -MExtUtils::Command -e cp -- bin/py.py blib\script\py.py pl2bat.bat blib\script\py.py "C:\citrusperl\bin\perl.exe" -MExtUtils::Command -e cp -- bin/ba.bat blib\script\ba.bat pl2bat.bat blib\script\ba.bat "C:\citrusperl\bin\perl.exe" -MExtUtils::Command -e cp -- bin/ba.sh blib\script\ba.sh pl2bat.bat blib\script\ba.sh Installing thebase\lib\perl5\Goner.pm Installing thebase\bin\ba.bat Installing thebase\bin\ba.sh Installing thebase\bin\ba.sh.bat Installing thebase\bin\py.py Installing thebase\bin\py.py.bat Appending installation info to thebase\lib\perl5\MSWin32-x86-multi-thread/perllocal.pod