This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
loc_tools.pl: FIx to work on Android
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Jan 2014 17:52:38 +0000 (10:52 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 23 Jan 2014 18:00:44 +0000 (11:00 -0700)
commitabfe20b253058027fdc5ed265d0981c14e51285d
treed9b8b818c5e02163fa6578da88746f53e5d5613e
parente7e76d1b1738854cb212d055225d8eda87682445
loc_tools.pl: FIx to work on Android

Thanks to Brian Fraser for finding this and suggesting the kernel of
the patch.

The code to try to handle platforms without the POSIX module didn't work
properly.  This code had just been moved, unchanged, here from
lib/locale.t; it never got executed previously due to a skip_all.

This patch also makes sure minitest doesn't fail, and adds some comments
t/loc_tools.pl