Remove POD of a removed option.
Shlomi Fish [Sun, 23 Aug 2009 21:28:30 +0000 (00:28 +0300)]
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/Basic.pm

index 8f5a46a..d8b5d2b 100644 (file)
@@ -208,9 +208,6 @@ 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>.
 
-The paramater C<disable_gld>, if specified and a true value will disable
-the use of L<Getopt::Long::Descriptive> .
-
 If L<Getopt::Long/GetOptions> fails (due to invalid arguments),
 C<new_with_options> will throw an exception.
 
index a09ce8d..06ec38b 100644 (file)
@@ -432,9 +432,6 @@ 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>.
 
-The paramater C<disable_gld>, if specified and a true value will disable
-the use of L<Getopt::Long::Descriptive> .
-
 If L<Getopt::Long/GetOptions> fails (due to invalid arguments),
 C<new_with_options> will throw an exception.