X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FGLD.pm;h=d5a49dea6c5ef878374ae492e76e60a90d703a4b;hb=fa8dcd6975fc3bd35b2d3099f54c9677538ee1a7;hp=17567b40b1a81b4428bb29b690e265cd6cd53439;hpb=a4db695b7cf9ca4fc5f984c78c1716ac3d182564;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/GLD.pm b/lib/MooseX/Getopt/GLD.pm index 17567b4..d5a49de 100644 --- a/lib/MooseX/Getopt/GLD.pm +++ b/lib/MooseX/Getopt/GLD.pm @@ -22,7 +22,7 @@ role { traits => ['NoGetopt'], ); - # captures the options: --help --usage --? + # captures the options: --help --usage --? -? has help_flag => ( is => 'ro', isa => 'Bool', traits => ['Getopt'],