Class::MOP::Deprecated.3pm

Langue: en

Version: 2010-06-05 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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 2006-2010 by Infinity Interactive, Inc.

<http://www.iinteractive.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.