changes for 0_28 0_28
Guillermo Roditi [Tue, 13 Nov 2007 18:50:06 +0000 (18:50 +0000)]
Changes
MANIFEST
MANIFEST.SKIP

diff --git a/Changes b/Changes
index b799ee8..549a15e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Moose
 
+0.28 Tues. Nov. 13, 2007
+    - 0.27 packaged incorrectly (groditi)     
+
 0.27 Tues. Nov. 13, 2007
     * Moose::Meta::Attribute
       - Added support for the new builder option (groditi)
index c608ae7..814f814 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,3 @@
-Build.PL
 Changes
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
@@ -13,6 +12,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
@@ -105,6 +105,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 94a3ccd..405546c 100644 (file)
@@ -1,5 +1,6 @@
 ^_build
 ^Build$
+^Build.PL$
 ^blib
 ~$
 \.bak$