
Moose::Deprecated - Manages deprecation warnings for Moose

use Moose::Deprecated -api_version => $version;

This module manages deprecation warnings for features that have been deprecated in Moose.
If you specify -api_version => $version, you can use deprecated features without warnings. Note that this special treatment is limited to the package that loads Moose::Deprecated.

Dave Rolsky <autarch@urth.org>

Copyright 2006-2010 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.