summaryrefslogtreecommitdiff
path: root/lib/locale.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-09 06:56:42 -0800
committerRicardo Signes <rjbs@cpan.org>2014-01-14 09:33:01 -0500
commita69823cd867374d9183fe65284f06f7fc3b6ddbf (patch)
treeb52bc2da01884dd0066376956f241f7e1c0afef1 /lib/locale.t
parent5b3c80aa5f351ed7bf67bef42a52c63fb9829904 (diff)
downloadperl-a69823cd867374d9183fe65284f06f7fc3b6ddbf.tar.gz
More test tweaks
Diffstat (limited to 'lib/locale.t')
-rw-r--r--lib/locale.t1
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))))