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