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