Blame SOURCES/DateTime-TimeZone-1.70-Use-List-Util-max-directly-instead-of-List-AllUtils-.patch

b66aba
From 539066aad4edeb1cacc0ec9e0cc52caa8311a84c Mon Sep 17 00:00:00 2001
b66aba
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
b66aba
Date: Mon, 10 Jul 2017 14:32:38 +0200
b66aba
Subject: [PATCH] Use List::Util::max directly instead of List::AllUtils::max
b66aba
b66aba
---
b66aba
 tools/parse_olson | 2 +-
b66aba
 1 file changed, 1 insertion(+), 1 deletion(-)
b66aba
b66aba
diff --git a/tools/parse_olson b/tools/parse_olson
b66aba
index f9597ed..c948de8 100755
b66aba
--- a/tools/parse_olson
b66aba
+++ b/tools/parse_olson
b66aba
@@ -16,7 +16,7 @@ use File::Find::Rule;
b66aba
 use File::Path;
b66aba
 use File::Spec;
b66aba
 use Getopt::Long;
b66aba
-use List::AllUtils qw( max );
b66aba
+use List::Util qw( max );
b66aba
 use Locale::Country 3.11 qw( code2country );
b66aba
 
b66aba
 $Data::Dumper::Indent   = 1;
b66aba
-- 
b66aba
1.8.3.1
b66aba