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