From: Sebastian Riedel Date: Sat, 7 May 2005 01:36:39 +0000 (+0000) Subject: Updated helper templates again... X-Git-Tag: 5.7099_04~1392 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=098e9288719fb9dfe5b6d0ecfbb90cfad6f1a865;hp=444821f71bffea29e47b01718fe76e54e8f4a860 Updated helper templates again... --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 8e7d07e..4485b8a 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -66,7 +66,7 @@ sub mk_app { $self->{scriptgen} = $Catalyst::CATALYST_SCRIPT_GEN; $self->{author} = $self->{author} = $ENV{'AUTHOR'} || eval { @{ [ getpwuid($<) ] }[6] } - || 'A clever guy'; + || 'Catalyst developer'; $self->_mk_dirs; $self->_mk_appclass; $self->_mk_build;