replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst:...
Breno G. de Oliveira [Mon, 13 Jul 2009 04:25:10 +0000 (04:25 +0000)]
Changes
lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod

diff --git a/Changes b/Changes
index 840d90b..3b7999d 100644 (file)
--- 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:
index b747f66..09af3ca 100644 (file)
@@ -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<CatalystX::ListFramework::Builder|CatalystX::ListFramework::Builder>, 
+L<Catalyst::Plugin::AutoCRUD|Catalyst::Plugin::AutoCRUD>, 
 L<CatalystX::CRUD|CatalystX::CRUD>, and 
 L<CatalystX::CRUD::YUI|CatalystX::CRUD::YUI>.