diff options
author | Karl Williamson <khw@cpan.org> | 2015-10-30 10:14:08 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-11-20 10:53:25 -0700 |
commit | 7e1e0d99cbcaf5b2e077e17c50d6fbdbc5f8bc00 (patch) | |
tree | d09a8b2f35999734746309613b90f14ab5531682 /t | |
parent | ad53d4d4d4305ff4bc9d37bec4dcbd7a9e389983 (diff) | |
download | perl-7e1e0d99cbcaf5b2e077e17c50d6fbdbc5f8bc00.tar.gz |
t/loc_tools.pl: White-space only
Diffstat (limited to 't')
-rw-r--r-- | t/loc_tools.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/loc_tools.pl b/t/loc_tools.pl index 86d8e483ea..51fd4468f5 100644 --- a/t/loc_tools.pl +++ b/t/loc_tools.pl @@ -254,8 +254,9 @@ sub find_locales ($;$) { # Returns an array of all the locales we found on the close(LOCALES); } elsif (($^O eq 'openbsd' || $^O eq 'bitrig' ) && -e '/usr/share/locale') { - # OpenBSD doesn't have a locale executable, so reading /usr/share/locale - # is much easier and faster than the last resort method. + # OpenBSD doesn't have a locale executable, so reading + # /usr/share/locale is much easier and faster than the last resort + # method. opendir(LOCALES, '/usr/share/locale'); while ($_ = readdir(LOCALES)) { |