[libdevel-size-perl] 04/08: Drop patch perl5.20-ook.patch.

gregor herrmann gregoa at debian.org
Tue May 26 22:15:57 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdevel-size-perl.

commit 7fe3744436a505a6be6550cab37c4e0973021492
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed May 27 00:08:37 2015 +0200

    Drop patch perl5.20-ook.patch.
    
    Test is fixed upstream with reference to the CPAN RT ticket.
---
 debian/patches/perl5.20-ook.patch | 30 ------------------------------
 debian/patches/series             |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/perl5.20-ook.patch b/debian/patches/perl5.20-ook.patch
deleted file mode 100644
index deedfb7..0000000
--- a/debian/patches/perl5.20-ook.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: mark a test as TODO
- ntyni: "I've filed [perl #122322] about OOK (Offset OK) not triggering
- anymore in such cases; it changed with the enabling of COW (Copy on Write)
- for 5.19.1.
- .
- The problem isn't about Devel-Size counting the size of an SV wrong when
- OOK is used, but rather the fact that OOK doesn't get used anymore.
- .
- (See the 'Offsets' section in perlguts for information about OOK.)"
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95493
-Bug-Debian: http://bugs.debian.org/750235
-Forwarded: no, this is a temporary workaround
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-07-18
-
---- a/t/basic.t
-+++ b/t/basic.t
-@@ -119,8 +119,11 @@
-     my $before_length = length $uurk;
-     cmp_ok($before_size, '>', $before_length, 'Size before is sane');
-     $uurk =~ s/Perl //;
-+TODO: {
-+    local $TODO = '[perl #122322]: OOK (Offset OK) not triggering anymore';
-     is(total_size($uurk), $before_size,
-        "Size doesn't change because OOK is used");
-+    }
-     cmp_ok(length $uurk, '<', $before_size, 'but string is shorter');
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f2db9ab..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-perl5.20-ook.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-size-perl.git



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