sub _process_options{
my($class, $name, $args) = @_;
-
# XXX: for backward compatibility (with method modifiers)
if($class->can('canonicalize_args') != \&canonicalize_args){
%{$args} = $class->canonicalize_args($name, %{$args});
=head1 DESCRIPTION
Mouse has an optional XS implementation, which is automatically built
-and used if available.
+and used if available. Accoding to benchmarks, this is about 2 times
+faster than Mouse::PurePerl.
=head2 INSTALL
This is B<not> tiny. In fact, it requires a little more memory and time than Mouse.
-Use Mouse directly unless you know what you do.
+Use Mouse directly unless you know what you are doing.
=head1 SEE ALSO