-? is also accepted as a help option
Karen Etheridge [Thu, 30 Aug 2012 21:57:16 +0000 (14:57 -0700)]
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/GLD.pm

index 87084e1..f8bd879 100644 (file)
@@ -200,6 +200,7 @@ information (and the option's state will be stored in the help_flag
 attribute). You can add descriptions for each option by including a
 B<documentation> option for each attribute to document.
 
+  -?
   --?
   --help
   --usage
index 17567b4..d5a49de 100644 (file)
@@ -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'],