Skip Menu |

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

Report information
The Basics
Id: 60643
Status: rejected
Priority: 0/
Queue: Net-Telnet

People
Owner: Nobody in particular
Requestors: zbigniew.dziurgot [...] hp.com
Cc:
AdminCc:

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



Subject: Problem with IO::Handle when using Net::Telnet
Date: Mon, 23 Aug 2010 16:13:54 +0000
To: "bugs-Net-Telnet [...] rt.cpan.org" <bugs-Net-Telnet [...] rt.cpan.org>
From: "Dziurgot, Zbigniew" <zbigniew.dziurgot [...] hp.com>
Hi, On Perl 5.10.1, using Net::Telnet 3.03 I have encountered the following problem: The code: perl -MIO::Handle -wle 'use Net::Telnet; open( $x, ">>", "Test.txt"); $x->autoflush(1)' produces following error: Can't locate object method "autoflush" via package "FileHandle" at -e line 1. All works fine if I do not load the Net::Telnet module. Hope that helps, Zbig
I do not believe this is a problem with Net::Telnet as the sample code works with no error in perl 5.14 Thanks for submitting this problem.