Subject: | some usage issues |
Date: | Sun, 16 Dec 2012 20:16:11 +0200 |
To: | bug-pmtools [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
just installed pmtools-1.20.tar.gz on Linux
$ pmpath Cwd
/home/gabor/perl-5.14.2-desktop/lib/5.14.2/x86_64-linux-thread-multi/Cwd.pm
This was OK
$ pmfunc Cwd
Use of uninitialized value $module in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 14.
Use of uninitialized value $function in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 21.
Can't open : No such file or directory.
$ pmfunc /home/gabor/perl-5.14.2-desktop/lib/5.14.2/x86_64-linux-thread-multi/Cwd.pm
Use of uninitialized value $module in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 14.
Use of uninitialized value $function in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 21.
Can't open : No such file or directory.
$ podgrep perl Cwd
Can't open Cwd: No such file or directory at
/home/gabor/perl-5.14.2-desktop/bin/podgrep line 38.
$ podgrep perl /home/gabor/perl-5.14.2-desktop/lib/5.14.2/x86_64-linux-thread-multi/Cwd.pm
=head1 /home/gabor/perl-5.14.2-desktop/lib/5.14.2/x86_64-linux-thread-multi/Cwd.pm
chunk 57
Originally by the perl5-porters.
$ pmfunc -h
Use of uninitialized value $module in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 14.
Use of uninitialized value $function in concatenation (.) or string at
/home/gabor/perl-5.14.2-desktop/bin/pmfunc line 21.
Can't open : No such file or directory.