diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-11-09 06:56:42 -0800 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-01-14 09:33:01 -0500 |
commit | a69823cd867374d9183fe65284f06f7fc3b6ddbf (patch) | |
tree | b52bc2da01884dd0066376956f241f7e1c0afef1 /lib/locale.t | |
parent | 5b3c80aa5f351ed7bf67bef42a52c63fb9829904 (diff) | |
download | perl-a69823cd867374d9183fe65284f06f7fc3b6ddbf.tar.gz |
More test tweaks
Diffstat (limited to 'lib/locale.t')
-rw-r--r-- | lib/locale.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale.t b/lib/locale.t index fee2fc885a..641e858a5a 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -2035,6 +2035,7 @@ foreach $test_num ($first_locales_test_number..$final_locales_test_number) { print "# not in Perl itself.\n"; } if ($Okay{$test_num} && grep { $_ == $test_num } @problematical_tests) { + no warnings 'experimental::aggref'; # Round to nearest .1% my $percent_fail = (int(.5 + (1000 * scalar(keys $Problem{$test_num}) / scalar(@Locale)))) |