Add deprecation notices to all modules
[gitmo/Moose-Policy.git] / lib / Moose / Policy / FollowPBP.pm
index 8fc7e3f..3e8da6a 100644 (file)
@@ -49,15 +49,21 @@ Moose::Policy::FollowPBP - Follow the recomendations in Perl Best Practices
   
   # Foo now has (get, set)_bar methods as well as get_baz
 
+=head1 DEPRECATION NOTICE
+
+B<Moose::Policy is deprecated>.
+
+Use L<MooseX::FollowPBP> instead.
+
 =head1 DESCRIPTION
 
-This meta-policy changes the behavior of Moose's default behavior in 
-regard to  accessors to follow the recomdnations found in Damian 
-Conway's book Perl Best Practices. 
+This meta-policy changes Moose's default accessor-naming behavior to
+follow the recommendations found in Damian Conway's book I<Perl Best
+Practices>.
 
 =head1 BUGS
 
-All complex software has bugs lurking in it, and this module is no 
+All complex software has bugs lurking in it, and this module is no
 exception. If you find a bug please either email me, or add the bug
 to cpan-RT.
 
@@ -67,7 +73,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>