Fix spelling of init_meta in error
Dave Rolsky [Thu, 7 Aug 2008 17:17:59 +0000 (17:17 +0000)]
lib/Moose/Role.pm

index e991e47..254c978 100644 (file)
@@ -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};