From: Stevan Little Date: Sat, 21 Jul 2007 01:40:14 +0000 (+0000) Subject: bumping the version number X-Git-Tag: 0_25~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f44ae52f1936ddfa31df798a515c1c07ee9268b1;p=gitmo%2FMoose.git bumping the version number --- diff --git a/Changes b/Changes index 4ee00f0..e9242f8 100644 --- 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 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose version 0.24 +Moose version 0.25 =========================== See the individual module documentation for more information diff --git a/lib/Moose.pm b/lib/Moose.pm index f312dbc..917ae54 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -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