Skip Menu |

This queue is for tickets about the PodParser CPAN distribution.

Report information
The Basics
Id: 8709
Status: resolved
Priority: 0/
Queue: PodParser

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



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.
Will push the File::Spec requirement to 0.82 in Pod-Parser-1.31