projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b30e778
)
Fix spelling of init_meta in error
Dave Rolsky [Thu, 7 Aug 2008 17:17:59 +0000 (17:17 +0000)]
lib/Moose/Role.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Role.pm
b/lib/Moose/Role.pm
index
e991e47
..
254c978
100644
(file)
--- a/
lib/Moose/Role.pm
+++ b/
lib/Moose/Role.pm
@@
-126,7
+126,7
@@
my $exporter = Moose::Exporter->build_import_methods(
my $role = $args{for_class}
or confess
- "Cannot call _init_meta without specifying a for_class";
+ "Cannot call init_meta without specifying a for_class";
return $METAS{$role} if exists $METAS{$role};