This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the skip count for t/op/switch.t under minitest.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 14:56:20 +0000 (14:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:49 +0000 (09:13 +0000)
commitf6e0b6da787118ff6d715e369cab0cb72038366d
tree08a6e2eb24ee9888783832a54bf382346580d2e0
parent0f77baf62a0c7e94e448aeceaad28c256c525344
Correct the skip count for t/op/switch.t under minitest.

Skip this section unconditionally under miniperl, rather than assuming that
Scalar::Util will fall back to a pure perl version if "installed" in lib/, but
dynamic loading is unavailable.
t/op/switch.t