bump all versions to 0.60
[gitmo/Moose.git] / lib / Moose.pm
index 83ce75f..56dda40 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use 5.008;
 
-our $VERSION   = '0.58';
+our $VERSION   = '0.60';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -15,7 +15,7 @@ use Carp         'confess', 'croak', 'cluck';
 
 use Moose::Exporter;
 
-use Class::MOP 0.67;
+use Class::MOP 0.68;
 
 use Moose::Meta::Class;
 use Moose::Meta::TypeConstraint;
@@ -1072,7 +1072,7 @@ project you have a commit bit on this file and can add your name to the list.
 
 However there are only a few people with the rights to release a new version 
 of Moose. The Moose Cabal are the people to go to with questions regarding
-the wider pervue of Moose, and help out maintaining not just the code
+the wider purview of Moose, and help out maintaining not just the code
 but the community as well.
 
 Stevan (stevan) Little E<lt>stevan@iinteractive.comE<gt>
@@ -1081,7 +1081,7 @@ Yuval (nothingmuch) Kogman
 
 Shawn (sartak) Moore
 
-Dave (autarch) Rolsky 
+Dave (autarch) Rolsky E<lt>autarch@urth.orgE<gt>
 
 =head2 OTHER CONTRIBUTORS