From: Guillermo Roditi Date: Tue, 13 Nov 2007 18:50:06 +0000 (+0000) Subject: changes for 0_28 X-Git-Tag: 0_28^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98c4c3827ac067e4abea7e0731dfd96ed1e8e443;p=gitmo%2FMoose.git changes for 0_28 --- diff --git a/Changes b/Changes index b799ee8..549a15e 100644 --- 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) diff --git a/MANIFEST b/MANIFEST index c608ae7..814f814 100644 --- 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 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 94a3ccd..405546c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,5 +1,6 @@ ^_build ^Build$ +^Build.PL$ ^blib ~$ \.bak$