Skip Menu |

This queue is for tickets about the Net-Rsh CPAN distribution.

Report information
The Basics
Id: 22885
Status: resolved
Priority: 0/
Queue: Net-Rsh

People
Owner: aslett [...] cpan.org
Requestors: aslett [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 0.05



Subject: No error message displayed during error handling
The exit on error via call croak() does not display the cause of the error on all perl installations. Conditions: any * Distribution name and version: Net::Rsh v0.02 * Perl version: v5.8.0 built for alpha-dec_osf * Operating System: HP Tru64 OSF1 b01 V5.1 2650 alpha The call to croak expects a 'string' as argument. Line in error: } else {croak $!;} Output: at tstrsh.pl line 11 Proposed correction: } else { croak("$!"); } New output: Permission denied at tstrsh.pl line 11
Fixed in latest version! Net-Rsh-0.05.tar.gz