From: Hans Dieter Pearcey Date: Mon, 30 Mar 2009 16:58:39 +0000 (-0400) Subject: remove recommendation for Moose::Policy X-Git-Tag: 0.73_01~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a83559459e20b9d599cd6e154e39a3f1b769c6c;p=gitmo%2FMoose.git remove recommendation for Moose::Policy --- diff --git a/Changes b/Changes index 91d3239..78a684b 100644 --- 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. diff --git a/lib/Moose/Cookbook/FAQ.pod b/lib/Moose/Cookbook/FAQ.pod index 6199a26..feec98b 100644 --- a/lib/Moose/Cookbook/FAQ.pod +++ b/lib/Moose/Cookbook/FAQ.pod @@ -163,9 +163,8 @@ C 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, and more specifically -L. 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. This will allow you to write: has 'bar' => ( isa => 'Baz',