projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa0e140
)
document that some functions moved to Class::Load
Chris Prather [Tue, 25 Oct 2011 19:35:33 +0000 (15:35 -0400)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
2ed4e18
..
338291b
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-988,6
+988,11
@@
This will remove the metaclass stored in the C<$name> key.
=back
+Some utility functions (such as C<Class::MOP::load_class>) that
+were previously defined in C<Class::MOP> regarding loading of
+classes have been extracted to L<Class::Load>. Please see there
+for documentation.
+
=head1 SEE ALSO
=head2 Books