remove recommendation for Moose::Policy
Hans Dieter Pearcey [Mon, 30 Mar 2009 16:58:39 +0000 (12:58 -0400)]
Changes
lib/Moose/Cookbook/FAQ.pod

diff --git a/Changes b/Changes
index 91d3239..78a684b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -45,6 +45,10 @@ for, noteworthy changes.
       - Remove references to triggers receving the meta-attribute object as an
         argument.  (hdp)
 
+    * Moose::Cookbook::FAQ
+      - Remove recommendation for deprecated Moose::Policy and
+        Moose::Policy::PBP; recommend MooseX::PBP instead.  (hdp)
+
 0.73 Fri, March 29, 2009
     * No changes from 0.72_01.
 
index 6199a26..feec98b 100644 (file)
@@ -163,9 +163,8 @@ C<writer> attribute options. Here is some example code:
 Moose will still take advantage of type constraints, triggers, etc. 
 when creating these methods. 
 
-If you do not like this much typing, and wish it to be a default for
-your class, please see L<Moose::Policy>, and more specifically
-L<Moose::Policy::FollowPBP>. This will allow you to write:
+If you do not like this much typing, and wish it to be a default for your
+class, please see L<MooseX::FollowPBP>. This will allow you to write:
 
   has 'bar' => (
       isa => 'Baz',