Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 82754
Status: open
Priority: 0/
Queue: PathTools

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
rjray [...] blackperl.com
Cc:
AdminCc:

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



Subject: File::Spec::Unix::catpath does not check args for defined'ness
% perl -w -MFile::Spec -le 'print File::Spec->catpath("", "a/b/c")' Use of uninitialized value $file in string ne at /usr/local/lib/perl/5.14.2/File/Spec/Unix.pm line 321. Use of uninitialized value $file in concatenation (.) or string at /usr/local/lib/perl/5.14.2/File/Spec/Unix.pm line 329. a/b/c Note that the output is correct, it's just that under -w two warnings get generated. Randy -- Randy J. Ray rjray@blackperl.com randy.j.ray@gmail.com
This appears to be the same problem as reported by David Golden in #50378. Please see comments I posted in that ticket. Maintainers, if this is the same problem, can you merge the two tickets? Thank you very much. Jim Keenan
Maybe at least merging both tickets seems to be a reasonable action, low on tuits or not.