Doc patch for argv parameter from rindolf++
Tomas Doran [Wed, 12 Aug 2009 11:56:08 +0000 (12:56 +0100)]
lib/MooseX/Getopt.pm

index 6b0c359..8a86c92 100644 (file)
@@ -423,6 +423,9 @@ This method will take a set of default C<%params> and then collect
 params from the command line (possibly overriding those in C<%params>)
 and then return a newly constructed object.
 
+The special parameter C<argv>, if specified should point to an array  
+reference with an array to use instead of C<@ARGV>.
+
 If L<Getopt::Long/GetOptions> fails (due to invalid arguments),
 C<new_with_options> will throw an exception.