From: Dave Rolsky <autarch@urth.org>
Date: Wed, 14 Jul 2010 16:42:16 +0000 (-0500)
Subject: Improve docs for CMOP::Deprecated
X-Git-Tag: 1.04~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fa37bfd559ed468e30871a5b4acd8c0ca3992dd;p=gitmo%2FClass-MOP.git

Improve docs for CMOP::Deprecated
---

diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm
index f953837..6cb3ef1 100644
--- a/lib/Class/MOP/Deprecated.pm
+++ b/lib/Class/MOP/Deprecated.pm
@@ -342,7 +342,7 @@ __END__
 
 =head1 NAME 
 
-Class::MOP::Deprecated - List of deprecated methods
+Class::MOP::Deprecated - Manages deprecation warnings for Class::MOP
 
 =head1 DESCRIPTION
 
@@ -350,8 +350,8 @@ Class::MOP::Deprecated - List of deprecated methods
 
 =head1 FUNCTIONS
 
-This class provides methods that have been deprecated but remain for backward
-compatibility.
+This module manages deprecation warnings for features that have been
+deprecated in Class::MOP.
 
 If you specify C<< -api_version => $version >>, you can use deprecated features
 without warnings. Note that this special treatment is limited to the package