last minute stupidness 0_27
Guillermo Roditi [Tue, 13 Nov 2007 17:12:40 +0000 (17:12 +0000)]
Changes
MANIFEST
lib/Moose.pm

diff --git a/Changes b/Changes
index 0c70805..fe35e6e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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)
index c608ae7..4fd7a3a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,6 +13,7 @@ lib/Moose.pm
 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
@@ -47,6 +48,7 @@ lib/Test/Moose.pm
 Makefile.PL
 MANIFEST
 META.yml
+PLANS
 README
 t/000_load.t
 t/000_recipes/001_recipe.t
@@ -105,6 +107,7 @@ t/040_type_constraints/011_container_type_constraint.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
index b38e30a..ecaa14e 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION   = '0.28';
+our $VERSION   = '0.27';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util 'blessed', 'reftype';
@@ -361,8 +361,8 @@ instead of switching to Ruby, I wrote Moose :)
 =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