- or download this
md tmp6
cd tmp6
...
cd ..
cd ..
rm -rf tmp6
- or download this
$ md tmp6
...
`-- MyProject.pm
3 directories, 2 files
- or download this
$ pmvers Module::Starter Module::Build Test::Pod::Coverage
Module::Starter: 1.57
Module::Build: 0.38
Test::Pod::Coverage: 1.08
- or download this
$ md lib\Path
...
`-- Name.pm
4 directories, 3 files
- or download this
$ more MANIFEST
Build.PL
Changes
...
t/manifest.t
t/pod-coverage.t
t/pod.t
- or download this
$ perl Build disttest
...
All tests successful.
Files=4, Tests=3, 0 wallclock secs ( 0.06 usr + 0.05 sys = 0.11 CPU
+)
Result: PASS
- or download this
$ perl Build manifest
File 'MANIFEST.SKIP' does not exist: Creating a temporary 'MANIFEST.SK
+IP'
...
Result: FAIL
Failed 1/5 test programs. 2/10 subtests failed.
Error executing 'Build test' in dist directory at C:/perl/5.12.2/lib/M
+odule/Build/Base.pm line 4087.