Implement strict constructors, which will warn unkown constructor arguments
[gitmo/Mouse.git] / lib / Mouse / XS.pod
index f5b4b91..c588fa3 100644 (file)
@@ -5,12 +5,12 @@ Mouse::XS - A Mouse guts in XS
 
 =head1 VERSION
 
-This document describes Mouse version 0.43
+This document describes Mouse version 0.50_01
 
 =head1 DESCRIPTION
 
 Mouse has an optional XS implementation, which is automatically built
-and used if available. Accoding to benchmarks, this is about 2 times
+and used if available. According to benchmarks, this is about 2 times
 faster than Mouse::PurePerl.
 
 =head2 INSTALL