projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e05b7c8
)
Add Moose::_get_caller for more backwards compat
Dave Rolsky [Thu, 7 Aug 2008 14:17:40 +0000 (14:17 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
2edbffe
..
5eb3770
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-136,6
+136,11
@@
sub init_meta {
);
}
+# This may be used in some older MooseX extensions.
+sub _get_caller {
+ goto &Moose::Exporter::_get_caller;
+}
+
sub _init_meta {
shift;
my %args = @_;