From: Dave Rolsky Date: Wed, 14 Jul 2010 16:45:06 +0000 (-0500) Subject: Add docs for Moose::Deprecated X-Git-Tag: 1.09~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ebd38dbcc0501178b04e9d62653cc28828c0810;p=gitmo%2FMoose.git Add docs for Moose::Deprecated --- diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index c7b09af..485f2d9 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -19,3 +19,39 @@ use Package::DeprecationManager -deprecations => { ; 1; + +__END__ + +=pod + +=head1 NAME + +Moose::Deprecated - Manages deprecation warnings for Moose + +=head1 DESCRIPTION + + use Moose::Deprecated -api_version => $version; + +=head1 FUNCTIONS + +This module manages deprecation warnings for features that have been +deprecated in Moose. + +If you specify C<< -api_version => $version >>, you can use deprecated features +without warnings. Note that this special treatment is limited to the package +that loads C. + +=head1 AUTHORS + +Dave Rolsky Eautarch@urth.orgE + +=head1 COPYRIGHT AND LICENSE + +Copyright 2006-2010 by Infinity Interactive, Inc. + +L + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut