From: Stevan Little Date: Thu, 30 Mar 2006 17:52:25 +0000 (+0000) Subject: changes-and-shit X-Git-Tag: 0_05~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9deed64732905de0c551f185e79ac53b0eb0238b;p=gitmo%2FMoose.git changes-and-shit --- diff --git a/Changes b/Changes index afa1e0a..81f00d4 100644 --- a/Changes +++ b/Changes @@ -28,7 +28,8 @@ Revision history for Perl extension Moose * Moose::Meta::Attribute - read-only attributes now actually enforce their - read-only-ness + read-only-ness (this corrected in Class::MOP as + well) 0.02 Tues. March 21, 2006 * Moose diff --git a/lib/Moose/Cookbook/Recipe5.pod b/lib/Moose/Cookbook/Recipe5.pod index e213175..4287c9c 100644 --- a/lib/Moose/Cookbook/Recipe5.pod +++ b/lib/Moose/Cookbook/Recipe5.pod @@ -53,7 +53,9 @@ Moose::Cookbook::Recipe5 - More subtypes, coercion in a B class =head1 DESCRIPTION -Coming Soon. +Coming Soon. + +(the other 4 recipes kinda burned me out a bit) =head1 AUTHOR diff --git a/t/006_basic.t b/t/006_basic.t index 7cedee0..7c5f475 100644 --- a/t/006_basic.t +++ b/t/006_basic.t @@ -12,6 +12,9 @@ BEGIN { =pod +This test will eventually be for the code shown below. +Moose::Role is on the TODO list for 0.04. + package Constraint; use strict; use warnings;