Skip Menu |

This queue is for tickets about the POE-Component-Client-Telnet CPAN distribution.

Report information
The Basics
Id: 131854
Status: new
Priority: 0/
Queue: POE-Component-Client-Telnet

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

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



Subject: Typo in the Synopsis
There is a closing curly bracket missing in print STDERR join(' ', @{ $ref->{error} ) . "\n"; it should instead be print STDERR join(' ', @{ $ref->{error} } ) . "\n"; See https://www.perlmonks.org/?node_id=11113033 for the original report.