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.master
parent
1f39b5fa82
commit
dac4f405b2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue