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 ~
-Moose version 0.24
+Moose version 0.25
===========================
See the individual module documentation for more information
use strict;
use warnings;
-our $VERSION = '0.24';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';
Scott (konobi) McWhirter
+Shlomi (rindolf) Fish
+
Yuval (nothingmuch) Kogman
Chris (perigrin) Prather