Skip Menu |

This queue is for tickets about the File-Path-Hashed CPAN distribution.

Report information
The Basics
Id: 52991
Status: resolved
Priority: 0/
Queue: File-Path-Hashed

People
Owner: bonamonchy [...] gmail.com
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Minimum required version of File::Path is 2.07
All cpantesters reports with File::Path < 2.07 are reporting FAIL I suppose that should be proof enough that the required version needs to be bumped from 0 to 2.07. http://pause.perl.org:3000/reports_by_field?distv=File-Path-Hashed-0.01;field=mod%3AFile%3A%3APath Otherwise it would probably be possible to make the code less demanding on File::Path? Diagnostics is Error: "make_path" is not exported by the File::Path module Thanks,
Thank you for reporting. I will update Makefile.PL like following: {{{ requires 'File::Path' => '2.07'; }}}
fixed