From 318e5f4ccc8d88d565b026fb9ee0aeef3792ac6e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 17 2020 00:42:53 +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