Revision history for Perl extension Moose
+0.40
+ - I hate Pod::Coverage
+
0.39 Fri. March 14, 2008
* Moose
- documenting the use of '+name' with attributes
-Moose version 0.39
+Moose version 0.40
===========================
See the individual module documentation for more information
use strict;
use warnings;
-our $VERSION = '0.39';
+our $VERSION = '0.40';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';
=item B<new>
+=item B<does>
+
=item B<initialize_instance_slot>
=item B<install_accessors>