From: Breno G. de Oliveira Date: Mon, 13 Jul 2009 04:25:10 +0000 (+0000) Subject: replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst:... X-Git-Tag: v5.8005~117 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d7db91560b47fd204b151daf7cfe5f52c3b089f6 replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst::Plugin::AutoCRUD --- diff --git a/Changes b/Changes index 840d90b..3b7999d 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for Catalyst-Manual - Fix RT #46760 - Fix RT #46618 - Fix typos + - Replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst::Plugin::AutoCRUD 5.8000 27 May 2009 - Tutorial: diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index b747f66..09af3ca 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -70,7 +70,7 @@ Although this chapter of the tutorial will show you how to build CRUD functionality yourself, another option is to use a "CRUD builder" type of tool to automate the process. You get less control, but it's quick and easy. For example, see -L, +L, L, and L.