This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In fold_grind.t, move the use charnames; after the skip_all_if_miniperl().
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 15:54:15 +0000 (15:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:50 +0000 (09:13 +0000)
commit4fd7f5ff8da050d88e61e334c715394bb9403e9e
treebc98428aa1212caafcda11de64eaedec58b1aa54
parent14f86f07ade34600128ccb86ef97cf6415278acd
In fold_grind.t, move the use charnames; after the skip_all_if_miniperl().

This test isn't run under minitest, but use charnames; may well fail before
that skip is encountered, if it fails to load File::Spec. Moving it after
the BEGIN block ensures that the test will always run, or skip cleanly.
t/re/fold_grind.t