Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 18465
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

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



Subject: file_spec.t fails -- off by one counting path elements
Bug observed on Win32 Perl 5.8.8 and IO-All-0.33. File::Spec (3.17) prepends "." to path(), but file_spec.t just splits the path on the separator. not ok 15 # Failed test in t/file_spec.t at line 23. # got: '19' # expected: '18'
Fixed (but not tested) in 0.34. Please test.