# Foo now has (get, set)_bar methods as well as get_baz
+=head1 DEPRECATION NOTICE
+
+B<Moose::Policy is deprecated>.
+
+L<MooseX::FollowPBP> replaces the L<Moose::Policy::FollowPBP> module. The
+other policies included in this distribution do not yet have standalone MooseX
+modules, as of November, 2010.
+
=head1 DESCRIPTION
This module allows you to specify your project-wide or even company-wide
# 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 accessor-naming behavior to
# Foo now has (get, set)Bar methods as well as getBaz
+=head1 DEPRECATION NOTICE
+
+B<Moose::Policy is deprecated>.
+
=head1 DESCRIPTION
This meta-policy changes the behavior of Moose's default behavior in
extends 'Foo', 'Bar'; # BOOM!!!!
+=head1 DEPRECATION NOTICE
+
+B<Moose::Policy is deprecated>.
+
=head1 DESCRIPTION
This module restricts Moose's C<extends> keyword so that you can only assign