Add deprecation notices to all modules
[gitmo/Moose-Policy.git] / lib / Moose / Policy / FollowPBP.pm
index a47c358..3e8da6a 100644 (file)
@@ -49,9 +49,15 @@ 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 Moose's default accossor-naming behavior to
+This meta-policy changes Moose's default accessor-naming behavior to
 follow the recommendations found in Damian Conway's book I<Perl Best
 Practices>.