]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commit
Make t/14-refs.t pass on perl 5.21
authorVincent Pit <vince@profvince.com>
Thu, 12 Mar 2015 14:02:08 +0000 (11:02 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 12 Mar 2015 14:02:08 +0000 (11:02 -0300)
commit3aeb72ad594397b579a9cdcbc8b58aa7308e8f97
treedec228409749f972ecfd714a0fbeac6e0dc5ced0
parent0920b8c6458dde4547a08e052131db6a68dbdfae
Make t/14-refs.t pass on perl 5.21

At some point in the 5.21.x branch, B::Deparse has started to deparse sub
references as fully qualified names under "use strict 'vars'". We just
turn this stricture off while compiling the test cases for the time being.
t/14-refs.t