This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.
authorNicholas Clark <nick@ccl4.org>
Thu, 3 Feb 2011 14:50:42 +0000 (14:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 3 Feb 2011 14:52:06 +0000 (14:52 +0000)
commit27e11f680f7c80fcc13af61ed142eaa4af8fc68f
treea6dc1c666e0950c1c1a8a28724bd630cefb0d6a0
parent80d29918562e0dd51555d30b80e8c6eb595e5dbd
Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.

Previously they called the skip function, and needed to know the number of
tests declared by the plan.
ext/B/t/optree_check.t
ext/B/t/optree_concise.t
ext/B/t/optree_constants.t
ext/B/t/optree_samples.t
ext/B/t/optree_sort.t
ext/B/t/optree_varinit.t