From: Dave Rolsky Date: Fri, 1 Jan 2010 19:01:52 +0000 (-0600) Subject: Add a deprecatoin warning X-Git-Tag: 0.23^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AttributeHelpers.git;a=commitdiff_plain;h=9486abfa30692ac19a9140b04a5a5e8d60c5d95d Add a deprecatoin warning --- diff --git a/lib/MooseX/AttributeHelpers.pm b/lib/MooseX/AttributeHelpers.pm index d8d6cbc..488b648 100644 --- a/lib/MooseX/AttributeHelpers.pm +++ b/lib/MooseX/AttributeHelpers.pm @@ -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 +should not be used by any new code.> + While L 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.