[libmojolicious-plugin-authorization-perl] 04/08: Drop test-failure-hash-randomization.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Mon Mar 3 20:59:51 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmojolicious-plugin-authorization-perl.

commit 2561628d8b3454a3e565569d0aee8e0a86c0db83
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 3 21:51:39 2014 +0100

    Drop test-failure-hash-randomization.patch, fixed upstream.
---
 debian/patches/series                                |  1 -
 debian/patches/test-failure-hash-randomization.patch | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 9d30b31..29472fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix_spelling_error_in_manpage
-test-failure-hash-randomization.patch
diff --git a/debian/patches/test-failure-hash-randomization.patch b/debian/patches/test-failure-hash-randomization.patch
deleted file mode 100644
index f3b070e..0000000
--- a/debian/patches/test-failure-hash-randomization.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: fix test failure due to hash randomization in perl 5.18
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/711607
-Bug: https://rt.cpan.org/Ticket/Display.html?id=86010
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86010
-Author: CSILLAG Tamas <cstamas at cstamas.hu>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-09
-
---- a/t/01-functional.t
-+++ b/t/01-functional.t
-@@ -90,7 +90,7 @@
- get '/myprivs' =>  sub {
-     my $self = shift;
-     my @privs = $self->privileges();
--    my $priv = join(':', at privs);
-+    my $priv = join(':', sort @privs);
-     $self->render(text=>$priv);
- };
- my $t = Test::Mojo->new;

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



More information about the Pkg-perl-cvs-commits mailing list