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 package-scoped.
- Class::MOP::Deprecated::warn($message)
-
Checks compatibility for the caller feature, and produces warnings if needed.
This function is used in internals.
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.