This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libnet-ident-perl.
commit 04f6e4f339d5643acb60e6fe8a05c30e2c986c9c Author: Florian Schlichting <[email protected]> Date: Mon Sep 7 00:01:31 2015 +0200 Refresh and forward patches --- debian/patches/export-hooks.patch | 12 ++++++------ debian/patches/spelling.patch | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/patches/export-hooks.patch b/debian/patches/export-hooks.patch index 53573b1..1cb6363 100644 --- a/debian/patches/export-hooks.patch +++ b/debian/patches/export-hooks.patch @@ -14,19 +14,19 @@ Last-Update: 2010-06-21 # 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 + my ( $tag, $hook ); + while ( ( $tag, $hook ) = each %EXPORT_HOOKS ) { + my $hookname = "_export_hook_$tag"; # pseudo-function name @@ -38,7 +38,7 @@ - # put the export hooks in the standard Exporter structures _export_hooks(); + # for compatibility mode, uncomment the next line @@ s/^#\s*// @@ -# @EXPORT = qw(_export_hook_fh); +@EXPORT = qw(_export_hook_fh); - $VERSION = "1.23"; + $VERSION = "1.24"; -@@ -681,18 +681,18 @@ +@@ -705,18 +705,18 @@ # add a paragraph about compatibility mode if appropriate. The non-breaking # spaces are to force a new paragraph. # @@12 s/^#// @@ diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch index 8ed3dff..573430c 100644 --- a/debian/patches/spelling.patch +++ b/debian/patches/spelling.patch @@ -1,12 +1,12 @@ Description: fix spelling mistakes in POD Origin: vendor -Forwarded: no +Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=106920 Author: gregor herrmann <[email protected]> Last-Update: 2010-06-21 --- a/Ident.pm +++ b/Ident.pm -@@ -836,7 +836,7 @@ +@@ -860,7 +860,7 @@ method, wich will return the error message. The timeout is I<not> implemented using C<alarm()>. In fact you can @@ -15,7 +15,7 @@ Last-Update: 2010-06-21 interfere. =item C<newFromInAddr $localaddr, $remoteaddr, $timeout> -@@ -846,7 +846,7 @@ +@@ -870,7 +870,7 @@ =item C<query $obj> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ident-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
