Skip Menu |

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

Report information
The Basics
Id: 52410
Status: resolved
Priority: 0/
Queue: Net-Packet

People
Owner: gomor [...] cpan.org
Requestors: jtk [...] northwestern.edu
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.27
Fixed in: 3.28



Subject: obsolete warning to stderr
I wish Net::Packet was not now sending messages to STDERR about how this module is obsolete by default now. Net::Frame doesn't have a lot of the protocol support yet that Net::Packet does so at least until it is feature compatible maybe it could be removed. Or perhaps make a option that has to be specifically disabled when instantiated for it to go away. That would be at least give developers, who don't have access to to modify the installed Env.pm the option of disabling these warnings. If nothing else, consider this feedback that at least one person noticed and found it unnecessarily intrusive in his Net::Packet based scripts. :-) Thank you, John
Le Jeu 03 Déc 2009 18:25:48, JTK a écrit : Show quoted text
> I wish Net::Packet was not now sending messages to STDERR about how this > module is obsolete by default now. Net::Frame doesn't have a lot of the > protocol support yet that Net::Packet does so at least until it is > feature compatible maybe it could be removed.
Hi John, which protocol would you like to be in Net::Frame ? I can develop it quickly. I don't want to remove this warning, because I always receive some questions on Net::Packet, and always answer the same: switch to Net::Frame. Regards,
An option has been added to Net::Packet::Env: $Env->noObsoleteWarning(1);