1Moose::Deprecated(3) User Contributed Perl Documentation Moose::Deprecated(3)
2
3
4
6 Moose::Deprecated - Manages deprecation warnings for Moose
7
9 use Moose::Deprecated -api_version => $version;
10
12 This module manages deprecation warnings for features that have been
13 deprecated in Moose.
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 "Moose::Deprecated".
18
20 Dave Rolsky <autarch@urth.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-08-28 Moose::Deprecated(3)