]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Silence experimental warnings on perl 5.17.11+ for given/when in tests rt88174
authorVincent Pit <vince@profvince.com>
Wed, 14 Aug 2013 17:34:02 +0000 (14:34 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 14 Aug 2013 17:34:13 +0000 (14:34 -0300)
commiteefb9e3f4b67e0aa0e8c3e705d7f7010a49f0540
treebf53df465cabfc665d514e4121f842994da24b6b
parent5f285d96032cb5cf1e24f3573f3a3c1a35160e1b
Silence experimental warnings on perl 5.17.11+ for given/when in tests

Using if.pm would have been cleaner but it is core only on perl 5.6.2, and
we still support 5.6.1. Moreover, trusting the toolchain on such old perls
is not really an option.
t/05-words.t
t/13-reap-ctl.t
t/23-localize-ctl.t
t/55-yield-target.t
t/lib/Scope/Upper/TestGenerator.pm