projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc89ca8
)
Fix Exporter.pm documentation: Notes are not code.
author
E. Choroba
<choroba@weed.(none)>
Sun, 24 Jun 2012 20:28:29 +0000
(22:28 +0200)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 24 Jun 2012 21:13:13 +0000
(14:13 -0700)
lib/Exporter.pm
patch
|
blob
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
2c4e451
..
2b75fd9
100644
(file)
--- a/
lib/Exporter.pm
+++ b/
lib/Exporter.pm
@@
-238,8
+238,9
@@
e.g., F<Module.pm> defines:
@EXPORT_OK = qw(B1 B2 B3 B4 B5);
%EXPORT_TAGS = (T1 => [qw(A1 A2 B1 B2)], T2 => [qw(A1 A2 B3 B4)]);
- Note that you cannot use tags in @EXPORT or @EXPORT_OK.
- Names in EXPORT_TAGS must also appear in @EXPORT or @EXPORT_OK.
+Note that you cannot use tags in @EXPORT or @EXPORT_OK.
+
+Names in EXPORT_TAGS must also appear in @EXPORT or @EXPORT_OK.
An application using Module can say something like: