Skip Menu |

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

Report information
The Basics
Id: 42056
Status: resolved
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: jamie [...] audible.transient.net
Cc:
AdminCc:

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



Subject: bogus error in Net::SSH::Perl::Agent's num_identities
on line 80 of Agent.pm croak "Bad auth reply message type: $type1 != $type2"; should really be croak "Bad auth reply message type: $type != $type2"; $type1 is the value used in the request, $type is the value from the reply which just failed a comparison and triggered the croak
On Wed Dec 31 03:13:46 2008, leper wrote: Show quoted text
> on line 80 of Agent.pm > croak "Bad auth reply message type: $type1 != $type2"; > should really be > croak "Bad auth reply message type: $type != $type2"; > > $type1 is the value used in the request, $type is the value from the > reply which just failed a comparison and triggered the croak
Was fixed in v1.34. Kind regards, Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>