aboutsummaryrefslogtreecommitdiff
path: root/t/crazy-badass-perl-bug.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-05-31 16:21:58 -0400
committerJoey Hess <joey@kitenet.net>2011-05-31 16:21:58 -0400
commitdac4f405b2f2e0e499131dba3dfa7308729ab980 (patch)
tree37e99f4238509243cbad85eb9343eb2ec7551fa1 /t/crazy-badass-perl-bug.t
parent1f39b5fa82f0c86f820f5b42df6e1cebf42dff78 (diff)
downloadikiwiki-dac4f405b2f2e0e499131dba3dfa7308729ab980.tar
ikiwiki-dac4f405b2f2e0e499131dba3dfa7308729ab980.tar.gz
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.
Diffstat (limited to 't/crazy-badass-perl-bug.t')
-rwxr-xr-xt/crazy-badass-perl-bug.t2
1 files changed, 2 insertions, 0 deletions
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;