From: Devin Austin Date: Sat, 11 Jul 2009 00:34:54 +0000 (+0000) Subject: added debug option X-Git-Tag: 5.80014_02~99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f59a9d1bfa94d0a983751fcd4c015dd6fe3733ee added debug option --- diff --git a/lib/Catalyst/Script/Server.pm b/lib/Catalyst/Script/Server.pm index 4045182..82d4b56 100644 --- a/lib/Catalyst/Script/Server.pm +++ b/lib/Catalyst/Script/Server.pm @@ -15,6 +15,14 @@ use namespace::autoclean; with 'MooseX::Getopt'; +has debug => ( + traits => [qw(Getopt)], + cmd_aliases => 'd', + isa => 'Bool', + is => 'ro', + +); + has help => ( traits => [qw(Getopt)], cmd_aliases => 'h',