projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5583dc1
)
Add link to extending recipe 2
Dave Rolsky [Sat, 2 Aug 2008 22:25:25 +0000 (22:25 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
293a452
..
8858750
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-816,6
+816,8
@@
sets your baseclass to Moose::Object or the value you pass in unless you already
have one. This is all done via C<init_meta> which takes the name of your class
and optionally a baseclass and a metaclass as arguments.
+For more detail on this topic, see L<Moose::Cookbook::Extending::Recipe2>.
+
=head1 CAVEATS
=over 4