Changelogging
[gitmo/Mouse.git] / lib / Mouse / Spec.pm
index 2a2dd7a..d7a99c2 100644 (file)
@@ -2,7 +2,7 @@ package Mouse::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '0.37_04';
+our $VERSION = '0.37_06';
 
 our $MouseVersion = $VERSION;
 our $MooseVersion = '0.90';
@@ -71,7 +71,7 @@ L<Moose::Cookbook::Roles::Recipe1> - The Moose::Role example
 
 =item *
 
-L<Moose::Cookbook::Roles::Recipe2> - Advanced Role Composition - method exclusion and aliasin
+L<Moose::Cookbook::Roles::Recipe2> - Advanced Role Composition - method exclusion and aliasing
 
 =item *