Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 56587
Status: resolved
Priority: 0/
Queue: App-perlbrew

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

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



Hello perlbrew uses File::Path::make_path function. but make_path is only included after File::Path ver. 2.07_03( Perl 5.10.1 ) So, perlbrew is generating the following error in below perl 5.10.0 ( without updated File::Path module ) $ perl perlbrew install Undefined subroutine &File::Path::make_path called at perlbrew line 871. I think you can fix some code to improve the compatibility because bootstraping in perlbrew with bare minimum requirement is essential.
Use File::Path::mkpath instead.