From 69919c9ee4797942d73fa57da434d6982b9f9a95 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 16 2020 11:57:48 +0000 Subject: Apply patch Exporter-5.70-Upgrade-to-5.72.patch patch_name: Exporter-5.70-Upgrade-to-5.72.patch present_in_specfile: true --- diff --git a/lib/Exporter.pm b/lib/Exporter.pm index 4930505..0b3db21 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -9,7 +9,7 @@ require 5.006; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; -our $VERSION = '5.70'; +our $VERSION = '5.72'; our (%Cache); sub as_heavy { @@ -223,7 +223,7 @@ right. Specifications are in the form: [!]name This name only [!]:DEFAULT All names in @EXPORT - [!]:tag All names in $EXPORT_TAGS{tag} anonymous list + [!]:tag All names in $EXPORT_TAGS{tag} anonymous array [!]/pattern/ All names in @EXPORT and @EXPORT_OK which match A leading ! indicates that matching names should be deleted from the