X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=8bc6c700bf0002b97dd43a88a76e5968d77e80d0;hb=34a83d89a7989524a72b984bdbce63b44ac41686;hp=87fd4af386b664a6bad5762c4ae0dcddec036cd4;hpb=83a8fcacf68e1063b5382835f2f9beb93f4bfe87;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 87fd4af..8bc6c70 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -613,8 +613,11 @@ sub setup { <<"EOF") if ( $ENV{CATALYST_SCRIPT_GEN} && ( $ENV{CATALYST_SCRIPT_GEN} < $Catalyst::CATALYST_SCRIPT_GEN ) ); You are running an old script! - Please update by running: - catalyst.pl -nonew -scripts $class + Please update by running (this will overwrite existing files): + catalyst.pl -force -scripts $class + + or (this will not overwrite existing files): + catalyst.pl -scripts $class EOF if ( $class->debug ) { @@ -1930,6 +1933,8 @@ David Kamholz David Naughton +Drew Taylor + Gary Ashton Jones Geoff Richards