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