From: Jesse Luehrs Date: Mon, 19 Jul 2010 04:49:33 +0000 (-0500) Subject: use the correct option name X-Git-Tag: 1.09~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15851b8777a9824a8b5fcaeac17caa7f7f5e9fc2;p=gitmo%2FMoose.git use the correct option name --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 8ed1de3..be1a3c8 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -691,7 +691,7 @@ when C is called. You can also provide parameters for C and C. Specifically, valid parameters -are "class_metaroles", "role_metaroles", and "base_object_roles". +are "class_metaroles", "role_metaroles", and "base_class_roles". =item B<< Moose::Exporter->build_import_methods(...) >>