bump version to 1.09
[gitmo/Class-MOP.git] / lib / Class / MOP / Deprecated.pm
index f953837..4bd0af5 100644 (file)
@@ -3,7 +3,7 @@ package Class::MOP::Deprecated;
 use strict;
 use warnings;
 
-our $VERSION = '1.03';
+our $VERSION = '1.09';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -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