Subject: | ok_manifest files without blib |
This is actually two problems in one. If one is running tests using
"prove -l" instead of "make test", ok_manifest fails with the following
error:
C:\Development\CPAN\Handel>prove -l t/manifest.t
t/manifest....C:/Development/CPAN/Handel/blib: No such file or directory
at C:/Development/Perl/584/site/lib/Test/CheckManifest.pm line 60
# No tests run!
t/manifest....dubious
This problem also occurs if one puts a directory include excludes that
doesn't yet exist:
ok_manifest({filter => ['/t/var']})
This complains with an error like the one above...
IF tests are run in order, t/var might already exist. If the manifest.t
file is run first, or by itself, the t/var directory wouldn't exist.