1 package Class::MOP::Deprecated;
6 use Package::DeprecationManager -deprecations => {
11 # ABSTRACT: Manages deprecation warnings for Class::MOP
19 use Class::MOP::Deprecated -api_version => $version;
23 This module manages deprecation warnings for features that have been
24 deprecated in Class::MOP.
26 If you specify C<< -api_version => $version >>, you can use deprecated features
27 without warnings. Note that this special treatment is limited to the package
28 that loads C<Class::MOP::Deprecated>.