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.2011
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.little@iinteractive.com>
24
25 · Dave Rolsky <autarch@urth.org>
26
27 · Jesse Luehrs <doy@tozt.net>
28
29 · Shawn M Moore <code@sartak.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@weftsoar.net>
38
39 · Chris Prather <chris@prather.org>
40
41 · Matt S Trout <mst@shadowcat.co.uk>
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.30.0 2019-07-26 Moose::Deprecated(3)