projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60f0816
)
Doh, fix typo in docs
Dave Rolsky [Sun, 25 Jul 2010 19:30:50 +0000 (14:30 -0500)]
lib/Moose/Deprecated.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Deprecated.pm
b/lib/Moose/Deprecated.pm
index
04213c5
..
1993681
100644
(file)
--- a/
lib/Moose/Deprecated.pm
+++ b/
lib/Moose/Deprecated.pm
@@
-46,7
+46,7
@@
deprecated in Moose.
If you specify C<< -api_version => $version >>, you can use deprecated features
without warnings. Note that this special treatment is limited to the package
-that loads C<Class::MOP::Deprecated>.
+that loads C<Moose::Deprecated>.
=head1 AUTHORS