bumping the version number
Stevan Little [Sat, 21 Jul 2007 01:40:14 +0000 (01:40 +0000)]
Changes
README
lib/Moose.pm

diff --git a/Changes b/Changes
index 4ee00f0..e9242f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for Perl extension Moose
 
+0.25
     * Moose
       - (Docs) referenced Moose::Util::TypeConstraints under 'isa' in 'has'
-      for how to define a new type.
+        for how to define a new type.
 
 0.24 Tues. July 3, 2007
     ~ Some doc updates/cleanup ~
diff --git a/README b/README
index b2211e0..a8cf459 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose version 0.24
+Moose version 0.25
 ===========================
 
 See the individual module documentation for more information
index f312dbc..917ae54 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION   = '0.24';
+our $VERSION   = '0.25';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util 'blessed', 'reftype';
@@ -803,6 +803,8 @@ Robert (rlb3) Boone
 
 Scott (konobi) McWhirter
 
+Shlomi (rindolf) Fish
+
 Yuval (nothingmuch) Kogman
 
 Chris (perigrin) Prather