1Class::MOP::Deprecated(U3s)er Contributed Perl DocumentatCiloanss::MOP::Deprecated(3)
2
3
4

NAME

6       Class::MOP::Deprecated - Manages deprecation warnings for Class::MOP
7

VERSION

9       version 2.2201
10

DESCRIPTION

12           use Class::MOP::Deprecated -api_version => $version;
13

FUNCTIONS

15       This module manages deprecation warnings for features that have been
16       deprecated in Class::MOP.
17
18       If you specify "-api_version => $version", you can use deprecated
19       features without warnings. Note that this special treatment is limited
20       to the package that loads "Class::MOP::Deprecated".
21

AUTHORS

23       •   Stevan Little <stevan@cpan.org>
24
25       •   Dave Rolsky <autarch@urth.org>
26
27       •   Jesse Luehrs <doy@cpan.org>
28
29       •   Shawn M Moore <sartak@cpan.org>
30
31       •   יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
32
33       •   Karen Etheridge <ether@cpan.org>
34
35       •   Florian Ragwitz <rafl@debian.org>
36
37       •   Hans Dieter Pearcey <hdp@cpan.org>
38
39       •   Chris Prather <chris@prather.org>
40
41       •   Matt S Trout <mstrout@cpan.org>
42
44       This software is copyright (c) 2006 by Infinity Interactive, Inc.
45
46       This is free software; you can redistribute it and/or modify it under
47       the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.36.0                      2022-07-22         Class::MOP::Deprecated(3)
Impressum