CC: | nick [...] ccl4.org |
Subject: | Bleadperl v5.13.9-582-g9fe67fc breaks your test suite |
It seems that it's just the tests. Git bisect points to:
9fe67fcb38b1ebebba702342586dd43ab996153b is the first bad commit
commit 9fe67fcb38b1ebebba702342586dd43ab996153b
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Feb 19 16:54:47 2011 +0000
Tidy the generated code for Config.pm
Can now use warnings and use vars, as both pragmata were fixed
(some years ago)
not to pull in Carp unconditionally. use vars '%Config' (in two
places) is
(about) 98 bytes smaller than our %Config on this platform.
And your tests rely on Config.pm behaving as it did before.
I'm not intending to file this to perlbug, just CC to Nicholas as a
Greeting card:)
HTH, Cheers,