summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2004-01-26 22:10:13 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-01-26 22:10:13 +0000
commita29b0897238efb7eef5cce5831c7e0bfa191ef04 (patch)
treee6121546602d847facaeb5bb080b067245920e51
parent86c16cb1c6a1a5707a4ec9d76ea7b9a2aa2032da (diff)
downloadperl-a29b0897238efb7eef5cce5831c7e0bfa191ef04.tar.gz
Document change 22192
We still need tests! p4raw-id: //depot/perl@22224
-rw-r--r--lib/Exporter.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
index 176f6b8a98..d9c2204977 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.57';
+our $VERSION = '5.58';
our (%Cache);
$Carp::Internal{Exporter} = 1;
@@ -212,9 +212,9 @@ need to know to use Exporter.
=head2 Specialised Import Lists
-If the first entry in an import list begins with !, : or / then the
-list is treated as a series of specifications which either add to or
-delete from the list of names to import. They are processed left to
+If any of the entries in an import list begins with !, : or / then
+the list is treated as a series of specifications which either add to
+or delete from the list of names to import. They are processed left to
right. Specifications are in the form:
[!]name This name only