From: Stevan Little Date: Thu, 3 Jul 2008 21:21:52 +0000 (+0000) Subject: 0.53 X-Git-Tag: 0_55~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d20aa6d943b705b2df9592048a215b90d217117;p=gitmo%2FMoose.git 0.53 --- diff --git a/Changes b/Changes index 3cffe89..237a065 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for Perl extension Moose -0.53 +0.53 Thurs. July 3, 2008 + * Whoops, I guess I should run 'make manifest' before + actually releasing the module. No actual changes + in this release, except the fact that it includes + the changes that I didn't include in the last + release. (stevan--) 0.52 Thurs. July 3, 2008 * Moose diff --git a/MANIFEST b/MANIFEST index fe1b401..cf41243 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,6 +28,7 @@ lib/Moose/Cookbook/Recipe7.pod lib/Moose/Cookbook/Recipe9.pod lib/Moose/Cookbook/Snack/Keywords.pod lib/Moose/Cookbook/Snack/Types.pod +lib/Moose/Cookbook/Style.pod lib/Moose/Cookbook/WTF.pod lib/Moose/Meta/Attribute.pm lib/Moose/Meta/Class.pm @@ -95,6 +96,7 @@ t/010_basics/011_moose_respects_type_constraints.t t/010_basics/012_rebless.t t/010_basics/013_create.t t/010_basics/014_create_anon.t +t/010_basics/015_buildargs.t t/020_attributes/001_attribute_reader_generation.t t/020_attributes/002_attribute_writer_generation.t t/020_attributes/003_attribute_accessor_generation.t @@ -116,6 +118,7 @@ t/020_attributes/018_no_init_arg.t t/020_attributes/019_attribute_lazy_initializer.t t/020_attributes/020_trigger_and_coerce.t t/020_attributes/021_method_generation_rules.t +t/020_attributes/022_legal_options_for_inheritance.t t/030_roles/001_meta_role.t t/030_roles/002_role.t t/030_roles/003_apply_role.t @@ -189,6 +192,7 @@ t/100_bugs/011_DEMOLISH_eats_exceptions.t t/100_bugs/012_DEMOLISH_eats_mini.t t/100_bugs/013_lazybuild_required_undef.t t/100_bugs/014_DEMOLISHALL.t +t/100_bugs/016_inheriting_from_roles.t t/200_examples/001_example.t t/200_examples/002_example_Moose_POOP.t t/200_examples/003_example.t @@ -204,6 +208,8 @@ t/300_immutable/004_inlined_constructors_n_types.t t/300_immutable/005_multiple_demolish_inline.t t/300_immutable/006_immutable_nonmoose_subclass.t t/300_immutable/007_immutable_trigger_from_constructor.t +t/300_immutable/008_immutable_constructor_error.t +t/300_immutable/009_buildargs.t t/400_moose_util/001_moose_util.t t/400_moose_util/002_moose_util_does_role.t t/400_moose_util/003_moose_util_search_class_by_role.t