
Class::MOP::Deprecated - List of deprecated methods

use Class::MOP::Deprecated -compatible => $version;

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.

Goro Fuji <gfuji@cpan.org>

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.