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