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

gregoa pushed a commit to branch master
in repository libdata-structure-util-perl.

commit 55c4cd1ff9e22db7e20b260edd54392f39ffce74
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Aug 2 02:53:14 2015 +0200

    Drop perl-5.20-tests.patch, fixed upstream in this release.
---
 debian/patches/perl-5.20-tests.patch | 30 ------------------------------
 debian/patches/series                |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/perl-5.20-tests.patch 
b/debian/patches/perl-5.20-tests.patch
deleted file mode 100644
index 37971a4..0000000
--- a/debian/patches/perl-5.20-tests.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: "t/06signature.t tests to make sure that signature(undef) will
- give different values each time. Due to a perl bug fix, this is no longer
- the case. Since this test seems to be testing Perl behaviour, rather than
- Data::Structure::Util behaviour, why not just delete it?"
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=88257
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=88257
-Bug-Debian: https://bugs.debian.org/750234
-Author: SPROUT
-Reviewed-by: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-08-01
-
---- a/t/06signature.t
-+++ b/t/06signature.t
-@@ -21,7 +21,7 @@ BEGIN {
-     }
- }
- 
--use Test::More tests => 15;
-+use Test::More tests => 14;
- 
- ok( 1, "we loaded fine..." );
- 
-@@ -62,7 +62,6 @@ isnt( signature( $obj4 ), $sig4, "Signat
- 
- ok( signature(), "none" );
- is( signature(), signature(), "empty list" );
--ok( my $sigundef = signature( undef ), "none" );
- 
- # BELOW THIS LINE REQUIRES PERL 5.8.0 OR GREATER
- SKIP: {
diff --git a/debian/patches/series b/debian/patches/series
index baebdb4..8dccbc9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix-checklib-fail.patch
-perl-5.20-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-structure-util-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