From: Yuval Kogman Date: Mon, 21 Nov 2005 09:53:43 +0000 (+0000) Subject: Update faq about updating scripts X-Git-Tag: 5.7099_04~850 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=15ddb673121d6e1ef76f7722bbd3e69cbf26a173 Update faq about updating scripts --- diff --git a/lib/Catalyst/Manual/FAQ.pod b/lib/Catalyst/Manual/FAQ.pod index 158b45e..8ce7bef 100644 --- a/lib/Catalyst/Manual/FAQ.pod +++ b/lib/Catalyst/Manual/FAQ.pod @@ -8,7 +8,12 @@ Frequently Asked Questions =head2 How do I regenerate the helper scripts? -Create a new app with the same name and copy scripts/ to app directory +Outside your apps dir run the C script with the same name, and the +C<-scripts> switch. + + catalyst.pl -scripts Foo + +To overwrite (instead of creating C<.new> files) use the C<-force> switch. =head2 I have added tables to my DB - how to autogenerate the classes?