projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3824830
)
changes-and-shit
Stevan Little [Thu, 30 Mar 2006 17:52:25 +0000 (17:52 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Moose/Cookbook/Recipe5.pod
patch
|
blob
|
blame
|
history
t/006_basic.t
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/Moose/Cookbook/Recipe5.pod
b/lib/Moose/Cookbook/Recipe5.pod
index
e213175
..
4287c9c
100644
(file)
--- 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<Request> 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
(file)
--- 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;