Skip Menu |

This queue is for tickets about the Devel-FindPerl CPAN distribution.

Report information
The Basics
Id: 80031
Status: resolved
Priority: 0/
Queue: Devel-FindPerl

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

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



Subject: Module doesn't use File::Basename
If you run the following: use Devel::FindPerl qw(find_perl_interpreter); print "path = ", find_perl_interpreter(), "\n"; You get the error: Undefined subroutine &File::Basename::basename called at ... Because you don't use File::Basename
On Fri Oct 05 18:05:24 2012, NEILB wrote: Show quoted text
> If you run the following: > > use Devel::FindPerl qw(find_perl_interpreter); > print "path = ", find_perl_interpreter(), "\n"; > > You get the error: > > Undefined subroutine &File::Basename::basename called at ... > > Because you don't > > use File::Basename
Euhm, woops! It seems one of the testing dependencies loads it so testing didn't show it. Fixed in 0.005. Leon