Skip Menu |

This queue is for tickets about the Text-CSV-Pivot CPAN distribution.

Report information
The Basics
Id: 124606
Status: resolved
Priority: 0/
Queue: Text-CSV-Pivot

People
Owner: MANWAR [...] cpan.org
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: 0.03



Subject: Minimum Perl version (5.006) and version of File::Basename (2.84) conflict
Makefile.PL specifies a minimum perl version of 5.006, but a minimum File::Basename version of 2.84 (core module released with 5.15.7/5.16) which makes it difficult to install automatically in versions of Perl less than 5.16.

Manually building and installing (ignoring the File::Basename dependency), works (and tests pass successfully) on perl's at least as old as 5.10.1 

The version of File::Basename that shipping with 5.6 is 2.6, with 5.10, 2.76
Hi James, Thanks for raising the issue and also providing the answer, much appreciated. I will get that released asap. Best Regards, Mohammad S Anwar
Resolved.