Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=385751 Summary: Newt::Form::DESTROY prints deprecated code warning. Product: Fedora Version: fc6 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Newt AssignedTo: jorton@xxxxxxxxxx ReportedBy: charlieb-redhat-bugzilla@xxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx Description of problem: examples/install prints warnings during exit - same is probably true of program using Newt::Form::xxx. Use of inherited AUTOLOAD for non-method Newt::Form::DESTROY() is deprecated during global destruction (#1) Use of inherited AUTOLOAD for non-method Newt::Form::DESTROY() is deprecated during global destruction. Version-Release number of selected component (if applicable): bash-3.00$ rpm -q perl-Newt perl-Newt-1.08-17 bash-3.00$ How reproducible: Every time. Steps to Reproduce: Run "perl expample/install". Additional info: Adding this to Newt.pm makes the warnings go away: *Newt::Form::AUTOLOAD = \&Newt::AUTOLOAD; That's the recommended workaround from 'man perldiag'. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list