Revision history for Perl extension Task-Moose
+0.02
+ - added:
+ - MooseX::Clone
+ - MooseX::Role::TraitConstructor
+
0.01 Fri. March 14, 2008
- making it easier to install Moose and all
the various extension modules
\ No newline at end of file
-default => 0,
'MooseX::StrictConstructor' => 0;
+feature 'Runtime Trait application in constructors',
+ -default => 0,
+ 'MooseX::Role::TraitConstructor' => 0;
+
feature 'Globref instance type for Moose',
-default => 0,
'MooseX::GlobRef::Object' => 0;
feature 'Moose-ish plugin system',
-default => 0,
'MooseX::Object::Pluggable' => 0;
+
+feature 'More robust and flexible cloning support',
+ -default => 0,
+ 'MooseX::Clone' => 0;
feature 'Moose type extensions',
-default => 0,
-Task-Moose version 0.01
+Task-Moose version 0.02
===========================
See the POD documentation for a list of modules this
package Task::Moose;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
our $AUTHORITY = 'cpan:STEVAN';
1;
=item I<Making Moose constructors stricter>
L<MooseX::StrictConstructor>
+
+=item I<Runtime Trait application in constructors>
+
+L<MooseX::Role::TraitConstructor>
=item I<Globref instance type for Moose>
L<MooseX::Object::Pluggable>
+=item I<More robust and flexible cloning support>
+
+L<MooseX::Clone>
+
=item I<Moose type extensions>
L<MooseX::Types>