From: Stevan Little Date: Thu, 30 Mar 2006 17:53:51 +0000 (+0000) Subject: 0_03 X-Git-Tag: 0_05~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ac928d21d850155d84a4e98c494c6fe6967bff7;p=gitmo%2FMoose.git 0_03 --- diff --git a/Changes b/Changes index 81f00d4..2b9ff0a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.03 +0.03 Thurs. March 30, 2006 * Moose::Cookbook - added the Moose::Cookbook with 5 recipes, describing all the stuff Moose can do. diff --git a/MANIFEST b/MANIFEST index f37c89b..2a1368e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -6,7 +6,13 @@ MANIFEST MANIFEST.SKIP README lib/Moose.pm +lib/Moose/Cookbook.pod lib/Moose/Object.pm +lib/Moose/Cookbook/Recipe1.pod +lib/Moose/Cookbook/Recipe2.pod +lib/Moose/Cookbook/Recipe3.pod +lib/Moose/Cookbook/Recipe4.pod +lib/Moose/Cookbook/Recipe5.pod lib/Moose/Meta/Attribute.pm lib/Moose/Meta/Class.pm lib/Moose/Meta/TypeCoercion.pm @@ -24,13 +30,17 @@ t/011_require_superclasses.t t/012_super_and_override.t t/013_inner_and_augment.t t/020_foreign_inheritence.t +t/030_attribute_reader_generation.t +t/031_attribute_writer_generation.t +t/032_attribute_accessor_generation.t t/050_util_type_constraints.t t/051_util_type_constraints_export.t t/052_util_std_type_constraints.t t/053_util_find_type_constraint.t t/054_util_type_coercion.t t/055_util_type_reloading.t -t/lib/Foo.pm -t/lib/Bar.pm +t/056_util_more_type_coercion.t t/pod.t t/pod_coverage.t +t/lib/Bar.pm +t/lib/Foo.pm