MIME-Version: | 1.0 |
X-Spam-Status: | No, score=-2.704 tagged_above=-99.9 required=10 tests=[AWL=-0.005, BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham |
X-Spam-Flag: | NO |
Acceptlanguage: | en-US |
Content-Language: | en-US |
Content-Type: | multipart/alternative; boundary="_000_D1826736BE1Brameshbvasudevanoneverizoncom_" |
Message-ID: | <D1826736.BE1B%ramesh.b.vasudevan@one.verizon.com> |
X-Ironport-Anti-Spam-Filtered: | false |
X-Virus-Scanned: | Debian amavisd-new at bestpractical.com |
X-MS-Tnef-Correlator: | |
X-Ironport-Av: | E=Sophos;i="5.13,466,1427760000"; d="scan'208,217";a="20854808" |
X-Spam-Score: | -2.704 |
Received: | from localhost (localhost [127.0.0.1]) by hipster.bestpractical.com (Postfix) with ESMTP id 80CF3240442 for <cpan-bug+Net-Telnet@hipster.bestpractical.com>; Wed, 20 May 2015 16:30:22 -0400 (EDT) |
Received: | from hipster.bestpractical.com ([127.0.0.1]) by localhost (hipster.bestpractical.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0wogidpWvxzB for <cpan-bug+Net-Telnet@hipster.bestpractical.com>; Wed, 20 May 2015 16:30:20 -0400 (EDT) |
Received: | from la.mx.develooper.com (x1.develooper.com [207.171.7.70]) by hipster.bestpractical.com (Postfix) with SMTP id 1BCB22400CF for <bug-Net-Telnet@rt.cpan.org>; Wed, 20 May 2015 16:30:19 -0400 (EDT) |
Received: | (qmail 7955 invoked by alias); 20 May 2015 20:30:19 -0000 |
Received: | from omzsmtpe01.verizonbusiness.com (HELO omzsmtpe01.verizonbusiness.com) (199.249.25.210) by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Wed, 20 May 2015 13:30:11 -0700 |
Received: | from unknown (HELO fldsmtpi03.verizon.com) ([166.68.71.145]) by omzsmtpe01.verizonbusiness.com with ESMTP; 20 May 2015 20:30:04 +0000 |
Received: | from fhdp1lumxc7hb04.verizon.com (HELO FHDP1LUMXC7HB04.us.one.verizon.com) ([166.68.59.191]) by fldsmtpi03.verizon.com with ESMTP; 20 May 2015 20:30:04 +0000 |
Received: | from fhdp1lumxc7v21.us.one.verizon.com ([166.68.59.157]) by FHDP1LUMXC7HB04.us.one.verizon.com ([166.68.59.191]) with mapi; Wed, 20 May 2015 16:30:02 -0400 |
Authentication-Results: | hipster.bestpractical.com (amavisd-new); dkim=pass header.i=@verizon.com |
Delivered-To: | cpan-bug+Net-Telnet@hipster.bestpractical.com |
User-Agent: | Microsoft-MacOutlook/14.4.9.150325 |
Subject: | Bad named parameter personality given to Net::Telnet::new() |
Return-Path: | <ramesh.b.vasudevan@verizon.com> |
Thread-Index: | AdCTO7/Wsc5WW2SNRuySVchY+sM4sQ== |
X-RT-Mail-Extension: | net-telnet |
X-Original-To: | cpan-bug+Net-Telnet@hipster.bestpractical.com |
X-Spam-Check-BY: | la.mx.develooper.com |
Dkim-Signature: | v=1; a=rsa-sha256; c=simple/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1432153810; x=1463689810; h=from:to:date:subject:message-id:mime-version; bh=WJVBowM1oSEL6vBcrVoggvoRimCMtnDfrceI5o9ML0M=; b=iTKiawEkcUVqMHAHYmaDYRU3+AVsNj1ybO/OIgOgY0LBrdpb4cM0gBM8 EqIyUHVRe5mXPOVtH641bIfSqnMowdzidTTXsZFcwbwS1ra9Im7L2gMme ybuQgw8Aqe1oye0xqBstCqf8Jh0wbvpGEvoDqBtgFw62FwtDvOMivA8Kr k=; |
Date: | Wed, 20 May 2015 16:30:46 -0400 |
X-Spam-Level: | |
X-MS-Has-Attach: | |
Thread-Topic: | Bad named parameter personality given to Net::Telnet::new() |
Accept-Language: | en-US |
To: | "bug-Net-Telnet@rt.cpan.org" <bug-Net-Telnet@rt.cpan.org> |
From: | "Vasudevan, Ramesh Balaji" <ramesh.b.vasudevan@verizon.com> |
X-RT-Interface: | |
Content-Length: | 0 |
content-type: | text/plain; charset="utf-8" |
Content-Transfer-Encoding: | quoted-printable |
X-RT-Original-Encoding: | ascii |
Content-Length: | 651 |
content-type: | text/html; charset="utf-8" |
Content-Transfer-Encoding: | quoted-printable |
X-RT-Original-Encoding: | ascii |
Content-Length: | 1773 |
Sir:
I was trying to run perl by including following modules:
use Net::Appliance::Session;
use Net::Appliance::Session::Exceptions;
use UNIVERSAL::require;
use IO::File;
use Switch;
Received following error message:
Enter your file name: test.txt
Processing:
bad named parameter "personality" given to Net::Telnet::new() at /opt/perl5/perls/perl-5.10.1/lib/site_perl/5.10.1/Net/Appliance/Session/Transport.pm line 21
I am not sure when this pm file gets called. Please let me know if I need to download latest Net::Telnet. I am currently using Perl 5.10.1 version.
If you have any questions, please let me know.
Thank You
Ramesh Vasudevan