Blame SOURCES/Exporter-5.70-Upgrade-to-5.72.patch

5b33dc
From 6e7210f1ad3f709f846a812ab7db6543af90c477 Mon Sep 17 00:00:00 2001
5b33dc
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
5b33dc
Date: Wed, 6 May 2015 12:35:17 +0200
5b33dc
Subject: [PATCH] Upgrade to 5.72
5b33dc
MIME-Version: 1.0
5b33dc
Content-Type: text/plain; charset=UTF-8
5b33dc
Content-Transfer-Encoding: 8bit
5b33dc
5b33dc
Signed-off-by: Petr Písař <ppisar@redhat.com>
5b33dc
---
5b33dc
 lib/Exporter.pm | 4 ++--
5b33dc
 1 file changed, 2 insertions(+), 2 deletions(-)
5b33dc
5b33dc
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
5b33dc
index 4930505..0b3db21 100644
5b33dc
--- a/lib/Exporter.pm
5b33dc
+++ b/lib/Exporter.pm
5b33dc
@@ -9,7 +9,7 @@ require 5.006;
5b33dc
 our $Debug = 0;
5b33dc
 our $ExportLevel = 0;
5b33dc
 our $Verbose ||= 0;
5b33dc
-our $VERSION = '5.70';
5b33dc
+our $VERSION = '5.72';
5b33dc
 our (%Cache);
5b33dc
 
5b33dc
 sub as_heavy {
5b33dc
@@ -223,7 +223,7 @@ right. Specifications are in the form:
5b33dc
 
5b33dc
     [!]name         This name only
5b33dc
     [!]:DEFAULT     All names in @EXPORT
5b33dc
-    [!]:tag         All names in $EXPORT_TAGS{tag} anonymous list
5b33dc
+    [!]:tag         All names in $EXPORT_TAGS{tag} anonymous array
5b33dc
     [!]/pattern/    All names in @EXPORT and @EXPORT_OK which match
5b33dc
 
5b33dc
 A leading ! indicates that matching names should be deleted from the
5b33dc
-- 
5b33dc
2.1.0
5b33dc