X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FFAQ.pod;h=8ce7befbbd8ad3f601f5487986579380526bf61f;hb=121baf930c9edc6187e05e3f168ff56502d9af34;hp=158b45e7a9a6ceae932e6e36d7136b6fd6683d74;hpb=3c5a3cab1e15fae054c9f08fc87bea1e9a58e1ea;p=catagits%2FCatalyst-Runtime.git 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?