projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef487af
)
add a note about multi-level exports
Chris Prather [Fri, 2 Mar 2012 09:19:37 +0000 (
04:19
-0500)]
lib/Moose/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Exporter.pm
b/lib/Moose/Exporter.pm
index
dcdef3c
..
46dc92b
100644
(file)
--- a/
lib/Moose/Exporter.pm
+++ b/
lib/Moose/Exporter.pm
@@
-24,6
+24,10
@@
sub setup_import_methods {
);
}
+# A reminder to intreped Moose hackers
+# there may be more than one level of exporter
+# don't make doy cry. -- perigrin
+
sub build_import_methods {
my ( $class, %args ) = @_;