changes-and-shit
Stevan Little [Thu, 30 Mar 2006 17:52:25 +0000 (17:52 +0000)]
Changes
lib/Moose/Cookbook/Recipe5.pod
t/006_basic.t

diff --git a/Changes b/Changes
index afa1e0a..81f00d4 100644 (file)
--- 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
index e213175..4287c9c 100644 (file)
@@ -53,7 +53,9 @@ Moose::Cookbook::Recipe5 - More subtypes, coercion in a B<Request> class
 
 =head1 DESCRIPTION
 
-Coming Soon.
+Coming Soon. 
+
+(the other 4 recipes kinda burned me out a bit)
 
 =head1 AUTHOR
 
index 7cedee0..7c5f475 100644 (file)
@@ -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;