$ md lib\Path $ echo package Path::Name; 1; > lib\Path\Name.pm $ 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/3 # 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 # Failed test 'Pod coverage on Path::Name' # at C:/perl/site/5.12.2/lib/Test/Pod/Coverage.pm line 126. # Path::Name: couldn't find pod # Looks like you failed 2 tests of 3. t\pod-coverage.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t\pod.t ........... ok Test Summary Report ------------------- t\pod-coverage.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 Files=5, Tests=10, 1 wallclock secs ( 0.06 usr + 0.02 sys = 0.08 CPU) Result: FAIL Failed 1/5 test programs. 2/10 subtests failed. $ tree.exe blib blib |-- arch `-- lib |-- MyProject | `-- 1.pm |-- MyProject.pm `-- Path `-- Name.pm 4 directories, 3 files