Changes for version 1.01 - 2025-12-24

  • Add configure() method for Getopt::Long configuration
    • Use Getopt::Long::Parser internally (no global config pollution)
    • Support method chaining: $config->configure('pass_through')->deal_with(...)
  • Add argv() method to retrieve remaining arguments after deal_with()
    • Useful with pass_through to get unrecognized options
  • Add config key validation
    • Keys must start with a letter (a-z, A-Z)
    • Keys starting with underscore are reserved for internal use
  • Update MCP server documentation

Modules

Getopt::EX module configuration interface