Skip Menu |

This queue is for tickets about the PodParser CPAN distribution.

Report information
The Basics
Id: 8742
Status: resolved
Worked: 5 min
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: t/pod/find.t expects wrong location on OS X 5.5.4
t/pod/find.t test #4 makes an exception for OS X expecting to find perlfunc.pod in pods/ rather than pod/. 5.5.4 did not have this exception. Neither does 5.6.2. [/usr/local/src/CPAN/PodParser-1.28] perl5.5.4 -Ilib -w t/pod/find.t 1..4 ok 1 ### searching /usr/local/src/CPAN/PodParser-1.28/lib ### found Pod::Checker,Pod::Find,Pod::InputObjects,Pod::ParseUtils,Pod::Parser,Pod::PlainText,Pod::Select,Pod::Usage ok 2 ### searching for File::Find ### found /usr/local/perl5.5.4/lib/5.00504/File/Find.pm ok 3 ### searching for perlfunc.pod ### found /usr/local/perl5.5.4/lib/5.00504/pod/perlfunc.pod not ok 4 # Test 4 got: '/usr/local/perl5.5.4/lib/5.00504/pod/perlfunc.pod' (t/pod/find.t at line 127) # Expected: '/usr/local/perl5.5.4/lib/5.00504/pods/perlfunc.pod'
This is implicitely fixed by the fix for CPAN#6679. Will be in Pod-Parser-1.31 soon. -Marek