The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Getopt-Complete

0.4     2009-07-15
        Handle negative boolean flags (--no-*) iteratively.
        Handle other options with dashes in the name correctly.
        Switch to unpadded version numbers.

0.03    2009-07-12
        No longer need support for 'complete -F' to see the whole command-line.  Code removed.
        Tons of documentation.
        Fixed bugs with completion of file and directory paths.
        Support for partial completions.

0.02    2009-07-11
        Added support for "complete -F" in addition to "complete -C".
        (The app can now examine the entire command-line, not just the option pair currently under consideration.)

0.01    2008-12-19 
        First version, released on an unsuspecting world.