$ md tmp7 $ module-starter --eumm --module=Straypl --author=name --email=email Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/Straypl.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 starter directories and files $ cd Straypl $ echo print "i'm a stray\n"; 1; > imastray.pl $ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Straypl $ dmake cp lib/Straypl.pm blib\lib\Straypl.pm cp imastray.pl blib\lib\imastray.pl $ echo print "i'm a stray\n"; 2; > lib\Straypl.pl.pl.pl $ dmake $ perl Makefile.PL Writing Makefile for Straypl $ dmake cp lib/Straypl.pl.pl.pl blib\lib\Straypl.pl.pl.pl Skip blib\lib\Straypl.pm (unchanged) Skip blib\lib\imastray.pl (unchanged)