Remove POD of a removed option.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt.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.