Clarify handling of traits for class without init_meta
Dave Rolsky [Tue, 12 Aug 2008 16:27:29 +0000 (16:27 +0000)]
lib/Moose/Exporter.pm

index 571c9b2..6aef5fe 100644 (file)
@@ -426,7 +426,9 @@ parameter passed as part of the import:
 
   use Moose -traits => [ 'My::Meta::Trait', 'My::Other::Trait' ];
 
-These traits will be applied to the caller's metaclass instance. These traits will be ignored
+These traits will be applied to the caller's metaclass
+instance. Providing traits for an exporting class that does not create
+a metaclass for the caller is an error.
 
 =head1 AUTHOR