Skip Menu |

This queue is for tickets about the pmtools CPAN distribution.

Report information
The Basics
Id: 82034
Status: open
Priority: 0/
Queue: pmtools

People
Owner: MLFISHER [...] cpan.org
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.
Show quoted text
> $ 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.
This should less broken in v2.0.0. Still need to get it working again, but at least it doesn't output the 'uninitialized value' messages anymore.