From dac4f405b2f2e0e499131dba3dfa7308729ab980 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 31 May 2011 16:21:58 -0400 Subject: [PATCH] the underlying perl bug that this test case checks a workaround for has now been fixed hurrah! Thanks especially to Niko Tyni for tracking it down in the perl internals. --- t/crazy-badass-perl-bug.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/crazy-badass-perl-bug.t b/t/crazy-badass-perl-bug.t index 80724d174..328a979c2 100755 --- a/t/crazy-badass-perl-bug.t +++ b/t/crazy-badass-perl-bug.t @@ -2,6 +2,8 @@ # DO NOT CHANGE ANYTHING IN THIS FILE. # THe crazy bug reproduced here will go away if any of the calls # to htmlize are changed. +# Note: This was http://bugs.debian.org/376329 , and was fixed in +# perl 5.14. use warnings; use strict; use Test::More tests => 102; -- 2.32.0.93.g670b81a890