NAME
Class::MOP::Deprecated - List of deprecated methods
DESCRIPTION
use Class::MOP::Deprecated -compatible => $version;
FUNCTIONS
This class provides methods that have been deprecated but remain for backward compatibility.
If you specify -compatible => $version
, you can use deprecated features without warnings. Note that this special treatment is limited to the package that loads Class::MOP::Deprecated
.
AUTHORS
Goro Fuji <gfuji@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2006-2009 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.