The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Getopt-EX

v1.10.0 2018-10-12T02:03:34Z

    - Now L00-L25 means black, 24 grey levels, and white.

v1.9.0 2018-10-04T08:42:55Z

    - Accept (255,255,255) style decimal RGB color.
    - Accept #FFF style 12bit/4096 color.
    - Accept color names.

v1.8.0 2018-06-26T06:08:06Z

    - Change FG/BG color switching implementation.
    - Introduce ->append method to Func object.
    - Accept alternative names for builtin option.

v1.7.3 2018-04-05T10:49:59Z

    - Update the colormap syntax.
    
    Now multiple / is allows to change foreground and background.
    Escape sequence before EL is copied to ending RESET.

v1.7.2 2018-03-19T01:12:08Z

    - Improve color spec handling (now accept multiple shashes).

v1.7.1 2018-01-04T00:25:06Z

    - Bug fix.

v1.7.0 2018-01-03T23:42:03Z

    - Process default option same as others.

v1.6.0 2017-12-29T01:51:01Z

    - Introduce new "mode" command.

v1.5.1 2017-12-21T14:09:25Z

    - Accept multiple BASECLASSes.

v1.4.2 2017-12-16T07:38:27Z

    Colormap.pm
    - Copy {EL} sequence to ending RESET, to keep the effect on multiple lines.
    - Improve Colormap.pm and write test.

v1.4.1 2017-12-14T18:05:54Z

    - [Loader.pm] Add config option PARSE_MODULE_OPT and IGNORE_NO_MODULE.
    - [Colormap.pm] Support generic ANSI CSI sequence in the form of "{NAME}".

v1.3.1 2017-12-12T15:05:01Z

    - [Colormap.pm] Add E effect char to erase line.
    - [Colormap.pm] Support more flexible ANSI RESET.
    - [Loader.pm] More portable error handling.
    - [Module.pm] Support alternate names for builtin options.

v1.2.1 2017-11-16T11:07:06Z

    Most of these changes are made to implement `optex' command.

    - Pre-define __PACKAGE__ macro.
    - Localize @ARGV before calling function.
    - Allow subdirectory module.
    - Implement $<move>, $<remove> and $<copy> notation.
    - Call module initialize() before function given by -M.
    - Support HERE document.
    - Fix to accept "--option=value" lvalue in "define" statement.
    - Fix to accept empty BASECLASS.

v1.1.1 2017-08-18T04:17:58Z

    - Spun off from Greple command repository.