Enable perl core tests to pass when locale support is not available.
authorJess Robinson <castaway@desert-island.me.uk>
Fri, 8 Feb 2013 12:30:05 +0000 (12:30 +0000)
committerKarl Williamson <public@khwilliamson.com>
Sun, 10 Feb 2013 03:54:45 +0000 (20:54 -0700)
commit569f7fc5d4ec06501b46a72075ff434fe1bf4332
tree6b3b855017239faead78d324a7117899ea1bb25e
parentd96f39bd4efb20c98c9664d264ae430b5904a2b8
Enable perl core tests to pass when locale support is not available.

use locale - this will now die if $Config{d_setlocale} is not true.
All tests that use locale will skip if $Config{d_setlocale} is not true.
This enables us to pass tests on Android which uses ICU instead of locales.

The committer removed trailing white space
14 files changed:
ext/Pod-Html/lib/Pod/Html.pm
ext/XS-APItest/t/handy.t
ext/re/t/re_funcs_u.t
ext/re/t/reflags.t
lib/locale.pm
lib/version/t/07locale.t
t/op/quotemeta.t
t/op/taint.t
t/re/charset.t
t/re/fold_grind.t
t/re/pat.t
t/run/locale.t
t/uni/fold.t
t/uni/overload.t