Revision history for Perl extension Getopt-EX-Config

0.9905 2025-07-30T11:40:29Z

    - Add automatic underscore-to-dash conversion in Config.pm
      * Add REPLACE_UNDERSCORE variable to control conversion (default: enabled)
      * Convert option specs like long_lc! to long_lc|long-lc!
      * Add comprehensive test suite for conversion functionality
      * Document the new variable and behavior

    - Add experimental Getopt::EX::Config migration MCP server

0.9904 2025-03-07T01:54:42Z

    - import config() function as a different name

0.9903 2025-02-24T02:37:28Z

    - call Getopt::Long library with hash object

0.9902 2025-01-27T02:30:30Z

    - fix bug and stop to use Exporter

0.9901 2025-01-25T05:52:26Z

    - keep different object for each caller modules

0.99 2025-01-24T04:08:35Z

    - original version