Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-CheckManifest CPAN distribution.

Report information
The Basics
Id: 23580
Status: resolved
Priority: 0/
Queue: Test-CheckManifest

People
Owner: RENEEB [...] cpan.org
Requestors: claco [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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.
I've changed the module. It now tests for existence of the directory.