$ md tmp6 $ cd tmp6 $ module-starter --mb --module=MyProject --author=name --email=email Added to MANIFEST: Build.PL Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/MyProject.pm 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 MyProject $ md lib\MyProject $ echo package MyProject::1; 1; > lib\MyProject\1.pm $ perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'MyProject' version '0.01' $ perl Build Building MyProject $ perl Build test t\00-load.t ....... 1/1 # Testing MyProject 0.01, Perl 5.012002, C:\perl\512~1.2\bin\MSWIN3~1\perl.exe t\00-load.t ....... ok t\boilerplate.t ... ok t\manifest.t ...... skipped: Author tests not required for installation t\pod-coverage.t .. 1/2 # Failed test 'Pod coverage on MyProject::1' # at C:/perl/site/5.12.2/lib/Test/Pod/Coverage.pm line 126. # MyProject::1: couldn't find pod # Looks like you failed 1 test of 2. t\pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t\pod.t ........... ok Test Summary Report ------------------- t\pod-coverage.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=5, Tests=8, 1 wallclock secs ( 0.14 usr + 0.03 sys = 0.17 CPU) Result: FAIL Failed 1/5 test programs. 1/8 subtests failed. $ tree.exe blib blib |-- arch `-- lib |-- MyProject | `-- 1.pm `-- MyProject.pm 3 directories, 2 files