This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtemplate-plugin-class-perl.

commit 473fcfc1ac45ba2aa7e176de84c1e70ee19f8c3e
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jun 9 00:15:42 2015 +0200

    Drop patch do-not-check-error.diff, fixed upstream.
---
 debian/patches/do-not-check-error.diff | 28 ----------------------------
 debian/patches/series                  |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/do-not-check-error.diff 
b/debian/patches/do-not-check-error.diff
deleted file mode 100644
index b96625d..0000000
--- a/debian/patches/do-not-check-error.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Subject: Do not check value of $tt->error
-From: Ansgar Burchardt <ans...@43-1.org>
-Date: Mon, 09 Mar 2009 02:02:22 +0100
-
-We already check if $tt->process returns an error, so do not check the value
-of $tt->error as well. The value of the latter is undocumented in case there is
-no error and has changed from undef to '' in Template::Toolkit 2.20.
-
-See http://bugs.debian.org/518859
-
---- libtemplate-plugin-class-perl.orig/t/class.t
-+++ libtemplate-plugin-class-perl/t/class.t
-@@ -1,13 +1,13 @@
- #!perl -w
- use strict;
--use Test::More tests => 3;
-+use Test::More tests => 2;
- use Template;
- my $tt = Template->new;
- 
- my $template = "[% USE foo=Class('Foo') %][% foo.bar %]";
- my $out;
- ok( $tt->process(\$template, {}, \$out), "processed ok" );
--is( $tt->error, undef, "no error" );
-+#is( $tt->error, undef, "no error" );
- 
- is( $out, Foo->bar, "method was called" );
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f174380..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-do-not-check-error.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-class-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to