This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.t: Move test plan to end
authorKarl Williamson <public@khwilliamson.com>
Sun, 15 Jan 2012 18:16:57 +0000 (11:16 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 21 Jan 2012 17:02:52 +0000 (10:02 -0700)
commitfdf053ee47ea9986e50057289304565de43efda8
tree531b3fd4cdaa1f7513752d439bdd05d624916ffb
parent36a42ae7f28e83e71a55c9556ce17f890f2ec0b1
locale.t: Move test plan to end

The current code goes through a lot of machinations to know
1..n
at the beginning.  Nowadays, one can simply calculate this as we go
along and print it out at the end.  If the test fails in the middle, the
lack of a plan will be marked as a failure.
lib/locale.t