Revision history for Getopt-EX extension Getopt-EX-termcolor 1.09 2026-03-12T02:24:15Z - Make Getopt::EX an optional dependency (not required for luminance/bgcolor) - Update CI: actions/checkout v4, add Perl 5.36/5.40 to test matrix 1.08 2022-03-18T02:59:05Z - Improve XTerm terminal interface. Try: perl `perldoc -l Getopt::EX::termcolor::XTerm` 1.07 2020-07-06T01:45:00Z - Eliminate indirect object call. 1.06 2020-05-14T07:04:58Z - Allow empty option setting for light/dark. - Make XTerm timeout longer. 1.05 2020-04-28T00:45:35Z - Accept anything start with xterm as XTerm. 1.04 2020-04-23T15:45:42Z - Fix bug about $ENV{TERM}. - Stop to depend on App::cdif::Command. 1.03 2020-04-23T08:13:28Z - Implement XTerm.pm using operating system command sequence. - Introduce environment TERM_BGCOLOR and recommend to use. - RGB default maximum value is now 255x255x255. 1.02 2020-04-18T02:49:50Z - Change the interface to call &bg with module option. - Use TERM_BRIGHTNESS rather than BRIGHTNESS. 1.01 2020-04-16T06:15:00Z - Rename Getopt::EX::autocolor to Getopt::EX::termcolor. App::sdif already have -Mautocolor module. When upgrading them to use Getopt::EX module, there should be conflict with previously installed autocolor.pm under the command library. So I decided to change the name. 0.04 2020-04-15T10:43:41Z - Fix bug in rgb_to_brightness(). - Make iTerm.pm to work. 0.03 2020-04-15T09:32:32Z - Remove wrong dependency to App::Greple. 0.02 2020-04-15T09:14:13Z - Improve customizability. - Require Getopt::EX v1.16.0 to use &finalize function. 0.01 2020-04-13T07:57:22Z - original version