Subject: | File::Spec dependency not declared. |
When installing PodParser with 5.5.4 I get this error in the tests.
t/pod/find..........Can't locate object method "case_tolerant" via package "File::Spec" at t/pod/find.t line 77.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
File::Spec->case_tolerant was added after 5.5.4. 5.5.4 ships with 0.8 but its an older version than the 0.8 on CPAN, which does have case_tolerant. You're probably best off declaring a dependency on File::Spec 0.82.