4 use File
::Spec
::Functions
qw(catfile);
8 !$@ ?
1 : ($@
=~ s/\(\@INC contains: \Q@INC\E\)//, warn("Failed lo
12 my @pm = map catfile
(split '::') . (/\.pm\z/ ?
'' : '.pm'), @loaded;
17 http
://www
.perlmonks
.org
/?node
=whichpm
18 http
://search
.cpan
.org
/~jkutej/App
-whichpm
-0.04/script/whichpm
21 alias modver
="perl -e\"eval qq{use \\\$ARGV[0];\\\\\\\$v=\\\\\\\$\\\${ARGV[0]}::VERSION;};\ print\\\$@?qq{No module found\\n}:\\\$v?qq{Version \\\$v\\n}:qq{Found.\\n};\"\$1"
23 $ whichpm File
::Spec
::Functions
24 /System/Library
/Perl
/5.18/darwin
-thread
-multi
-2level
/File/Spec
/Functions
.pm
26 $ modver File
::Spec
::Functions