1Moose::Deprecated(3) User Contributed Perl Documentation Moose::Deprecated(3)
2
3
4
6 Moose::Deprecated - Manages deprecation warnings for Moose
7
9 version 2.2203
10
12 use Moose::Deprecated -api_version => $version;
13
15 This module manages deprecation warnings for features that have been
16 deprecated in Moose.
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 "Moose::Deprecated".
21
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 2023-02-06 Moose::Deprecated(3)