Debian Patches

Status for libnet-ident-perl/1.25-3

Patch Description Author Forwarded Bugs Origin Last update
makefile_mod-perl.patch Makefile.PL; no longer interactive when mod_perl is installed Matt Hope <dopey@debian.org> not-needed vendor 2020-01-24
compat-export.patch fix compat mode Tests fail with
Global symbol "@EXPORT" requires explicit package name (did you forget to declare "my @EXPORT"?) at /build/libnet-ident-perl-1.25/blib/lib/Net/Ident.pm line 42.
.
when Makefile.PL is run with --force-compat.
The reason seems to be that between 1.24 and 1.25,
use vars qw(@ISA @EXPORT_OK $DEBUG $VERSION %EXPORT_TAGS @EXPORT_FAIL
%EXPORT_HOOKS @EXPORT);
was removed; the other variables got their `our', but @EXPORT did not.
So let's add it.
gregor herrmann <gregoa@debian.org> yes upstream vendor 2020-01-24

All known versions for source package 'libnet-ident-perl'

Links