1Class::MOP::Deprecated(U3s)er Contributed Perl DocumentatCiloanss::MOP::Deprecated(3)
2
3
4
6 Class::MOP::Deprecated - Manages deprecation warnings for Class::MOP
7
9 use Class::MOP::Deprecated -api_version => $version;
10
12 This module manages deprecation warnings for features that have been
13 deprecated in Class::MOP.
14
15 If you specify "-api_version => $version", you can use deprecated
16 features without warnings. Note that this special treatment is limited
17 to the package that loads "Class::MOP::Deprecated".
18
20 Goro Fuji <gfuji@cpan.org>
21
23 Copyright 2006-2010 by Infinity Interactive, Inc.
24
25 <http://www.iinteractive.com>
26
27 This library is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
30
31
32perl v5.12.2 2010-09-13 Class::MOP::Deprecated(3)