Add some document
gfx [Mon, 7 Dec 2009 05:26:43 +0000 (14:26 +0900)]
lib/Mouse/Meta/Attribute.pm
lib/Mouse/XS.pod
tool/generate-mouse-tiny.pl

index e283a23..d37a696 100644 (file)
@@ -11,7 +11,6 @@ use Mouse::Meta::Method::Delegation;
 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});
index e83dff6..28e0bd5 100644 (file)
@@ -10,7 +10,8 @@ This document describes Mouse version 0.42
 =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
 
index d524435..508f7ef 100644 (file)
@@ -111,7 +111,7 @@ Mouse::Tiny is Mouse, but it is in a single file.
 
 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