Subject: | Multiple plans in t\multi.t test. |
In t\multi.t:
our $name = File::Spec->catdir('t', 'bad', 'multiple', 'CHANGES');
if (-e $name) {
plan skip_all => "case insensitive filesystem";
}
Maybe you need an exit(0) in there, because it's not exiting...
Test Summary Report
-------------------
t\multi.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: More than one plan found in TAP output
Files=26, Tests=37, 3 wallclock secs ( 0.28 usr + 0.11 sys = 0.39 CPU)
Result: FAIL
Failed 1/26 test programs. 0/37 subtests failed.
C:/Users/Curtis/Desktop/Test-CheckChanges-0.14/.
C:\strawberry\perl\bin\perl.exe ./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports C:/Users/Curtis/Desktop/Test-CheckChanges-0.14/.
Running Build install
make test had returned bad status, won't install without force
C:\Users\Curtis\Desktop\Test-CheckChanges-0.14>perl -Mblib t\multi.t
1..0 # SKIP case insensitive filesystem
1..2