Skip Menu |

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

Report information
The Basics
Id: 105920
Status: resolved
Worked: 1 min
Priority: 0/
Queue: File-Path

People
Owner: RICHE [...] cpan.org
Requestors: ether [...] cpan.org
Cc: jkeenan [...] cpan.org
AdminCc:

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



Subject: failure with File::Path 2.10_005
perl -wle'use Test::File::ShareDir -share => { -dist => { "Foo" => "share" } }' gives: Unrecognized option(s) passed to make_path(): err at /Volumes/amaretto/Users/ether/.perlbrew/libs/23.0@std/lib/perl5/Path/Tiny.pm line 1117. BEGIN failed--compilation aborted at -e line 1. Path::Tiny is 0.070 Test::File::ShareDir is 1.001001 This is on darwin, with perl 5.23.0.
resolved in the 2.11 release by changing croak -> carp. this will enable folks downstream to fix code prior to being heavy handed.