Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Uploader CPAN distribution.

Report information
The Basics
Id: 41559
Status: resolved
Priority: 0/
Queue: CPAN-Uploader

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.005
Fixed in: (no value)



Subject: Warning if cpan-upload is called without args
If cpan-upload is called without arguments from command line, then there's an IMHO unnecessary warning: $ cpan-upload Use of uninitialized value in string eq at /usr/local/bin/cpan-upload line 74, <$pauserc> line 2. usage: cpan-upload FILE at /usr/local/bin/cpan-upload line 75 Also, the croak in line 75 could be replaced by a normal die --- I don't think it's beneficial at this point to show the user the file/line causing the error message. Regards, Slaven
fixed -- rjbs