Revision history for Perl extension Moose
-0.27
+0.27 Tues. Nov. 13, 2007
* Moose::Meta::Attribute
- Added support for the new builder option (groditi)
- Added support for lazy_build option (groditi)
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/FAQ.pod
lib/Moose/Cookbook/Recipe1.pod
+lib/Moose/Cookbook/Recipe11.pod
lib/Moose/Cookbook/Recipe2.pod
lib/Moose/Cookbook/Recipe3.pod
lib/Moose/Cookbook/Recipe4.pod
Makefile.PL
MANIFEST
META.yml
+PLANS
README
t/000_load.t
t/000_recipes/001_recipe.t
t/040_type_constraints/012_container_type_coercion.t
t/040_type_constraints/013_advanced_type_creation.t
t/040_type_constraints/014_type_notation_parser.t
+t/040_type_constraints/015_enum.t
t/050_metaclasses/001_custom_attr_meta_with_roles.t
t/050_metaclasses/002_custom_attr_meta_as_role.t
t/050_metaclasses/003_moose_w_metaclass.t
use strict;
use warnings;
-our $VERSION = '0.28';
+our $VERSION = '0.27';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';
=head2 Moose Extensions
The L<MooseX::> namespace is the official place to find Moose extensions.
-There are a number of these modules out on CPAN right now the best way to
-find them is to search for MooseX:: on search.cpan.org.
+There are a number of these modules out on CPAN right now the best way to
+find them is to search for MooseX:: on search.cpan.org.
=head1 BUILDING CLASSES WITH MOOSE