[libtext-template-perl] 04/09: Refresh patches
Florian Schlichting
fsfs at alioth.debian.org
Thu Sep 19 20:21:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libtext-template-perl.
commit 7d905416f1a8841a242842fe40a0d89dfd35360a
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Sep 19 22:11:28 2013 +0200
Refresh patches
---
debian/patches/memory_leak.patch | 2 +-
debian/patches/spelling.patch | 25 ++++++++++++++++++++-----
2 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/debian/patches/memory_leak.patch b/debian/patches/memory_leak.patch
index 082744a..3d81822 100644
--- a/debian/patches/memory_leak.patch
+++ b/debian/patches/memory_leak.patch
@@ -11,7 +11,7 @@ Last-Update: 2011-01-10
--- a/lib/Text/Template.pm
+++ b/lib/Text/Template.pm
-@@ -428,6 +428,8 @@
+@@ -443,6 +443,8 @@
foreach my $key (keys %$hash) {
undef $hash->{$key};
}
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 2223e56..f1c834b 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,12 +1,27 @@
Description: fix a spelling mistake
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-01-10
+Origin: https://rt.cpan.org/Public/Bug/Display.html?id=86872
--- a/lib/Text/Template.pm
+++ b/lib/Text/Template.pm
-@@ -1478,7 +1478,7 @@
+@@ -5,7 +5,7 @@
+ #
+ # Copyright 2013 M. J. Dominus.
+ # You may copy and distribute this program under the
+-# same terms as Perl iteself.
++# same terms as Perl itself.
+ # If in doubt, write to mjd-perl-template+ at plover.com for a license.
+ #
+ # Version 1.46
+@@ -677,7 +677,7 @@
+
+ Each program fragment should be a sequence of Perl statements, which
+ are evaluated the usual way. The result of the last statement
+-executed will be evaluted in scalar context; the result of this
++executed will be evaluated in scalar context; the result of this
+ statement is a string, which is interpolated into the template in
+ place of the program fragment itself.
+
+@@ -1493,7 +1493,7 @@
Because we didn't put C<use strict> at the top of the second fragment,
it was only active in the first fragment, and we didn't get any
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-template-perl.git
More information about the Pkg-perl-cvs-commits
mailing list