projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de53c4d
)
Mention meta recipe 7 in changes
Dave Rolsky [Tue, 3 Mar 2009 16:10:50 +0000 (16:10 +0000)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
10498bb
..
bdf4de9
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-7,6
+7,9
@@
Revision history for Perl extension Moose
my $subtype = subtype as 'Foo';
+ * Moose::Cookbook::Meta::Recipe7
+ - A new recipe, creating a custom meta-instance class.
+
0.72 Mon, February 23, 2009
* Moose::Object
* Moose::Meta::Method::Constructor