Subject: | Net::Ident::_export_hooks() called too early |
Date: | Mon, 7 Sep 2015 16:04:55 +0200 |
To: | bug-net-ident [...] rt.cpan.org |
From: | Florian Schlichting <fsfs [...] debian.org> |
Hi,
I'm forwarding Debian bug #320137 about a warning
Net::Ident::_export_hooks() called too early to check prototype at
/usr/share/perl5/Net/Ident.pm line 29.
which is fixed in Debian for some time using the following patch:
--- a/Ident.pm
+++ b/Ident.pm
@@ -24,7 +24,7 @@
);
# provide import magic
-sub _export_hooks () {
+sub _export_hooks {
my ( $tag, $hook );
while ( ( $tag, $hook ) = each %EXPORT_HOOKS ) {
my $hookname = "_export_hook_$tag"; # pseudo-function name
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320137 for the
full bug report.
Regards,
Florian Schlichting
Debian Perl Team