Add a deprecatoin warning 0.23
Dave Rolsky [Fri, 1 Jan 2010 19:01:52 +0000 (13:01 -0600)]
lib/MooseX/AttributeHelpers.pm

index d8d6cbc..488b648 100644 (file)
@@ -38,7 +38,7 @@ __END__
 
 =head1 NAME
 
-MooseX::AttributeHelpers - Extend your attribute interfaces
+MooseX::AttributeHelpers - Extend your attribute interfaces (deprecated)
 
 =head1 SYNOPSIS
 
@@ -80,6 +80,10 @@ MooseX::AttributeHelpers - Extend your attribute interfaces
 
 =head1 DESCRIPTION
 
+B<This distribution is deprecated. The features it provides have been added to
+the Moose core code as L<Moose::Meta::Attribute::Native>. This distribution
+should not be used by any new code.>
+
 While L<Moose> attributes provide you with a way to name your accessors,
 readers, writers, clearers and predicates, this library provides commonly
 used attribute helper methods for more specific types of data.