Changes for version v2.0.13 - 2025-04-04

  • No change from v2.0.12.

Changes for version v2.0.12 - 2025-04-03 (TRIAL RELEASE)

  • Enhancements:
    • Disallow duplicate option aliases
  • Code Maintenance
    • Removed unused _opts,_args attributes from CmdBase
  • Dependencies:
    • Add Encode::Locale.
    • Remove direct dependency on Encode and I18N::Langinfo.
  • Packaging:
    • Large VERSION jump due to a long misunderstanding of how development "a.b.c_z" numbers normalize.

Changes for version 2.0.1_1 - 2025-03-26

  • Enhancements:
    • Catch and re-throw Getopt::Long errors (Thanks to Diab Jerius for the patch and test)
  • Bug Fixes:
    • Restore broken legacy API calls from "main" package.
  • Packaging:
    • Adjust no_index list in Makefile.PL
    • Fix broken homepage and bugtracker urls

Changes for version 2.0.0_6 - 2022-10-04

  • API / Behaviour Changes:
    • Partially restore legacy arg(), opt() and "optargs => sub {}" interfaces to ease migration. The arg "fallback" parameter was not restored, and neither was any documentation.
    • StatusLine reworked to be much simpler in interface and implementation.
  • Enhancements:
    • Option types & defaults are no longer UPPERCASE
  • Packaging:
    • Add missing ExtUtils::MakeMaker::CPANfile dependency

Changes for version 2.0.0_5 - 2022-09-29

  • Bug Fixes:
    • Replace a naked Carp::croak with OptArgs2->throw_error;
  • Code Maintenanc:e
    • Remove 'ishelp' warning and conversion
  • Packaging:
    • Remove unnecessary direct dependency on IO::Capture::Stdout

Changes for version 2.0.0_4 - 2022-09-28

  • API / Behaviour Changes:
    • Replace 'ishelp' attribute with isa => OptArgs2::STYLE_HELP
    • Move to "optargs => \@ARRAY" construction style
    • optargs2() renamed to replace optargs() completely
    • arg() and opt() deprected
    • Arg fallback replaced by fallthru option
  • New Features:
    • Utility functions cols() and rows() made public
  • Dependencies:
    • (development only) Use Class::Inline instead of Mo.
  • Packaging:
    • No longer generating duplicate Getopt::Args package.

Changes for version 2.0.0_3 - 2022-04-30

  • API / Behaviour Changes:
    • None
  • New Features:
    • ANSI terminal codes are used to color output, which can be disabled with the new 'show_color' option.
    • New optargs2() function
  • Enhancements:
    • OptArgs2::STYLE_HELPTREE output has been improved and now includes sub-command comments
    • OptArgs2::Pager now includes '-S' in the $LESS environment variable and documents this.
  • Bug Fixes:
    • Fix a StatusLine import with no arguments.

Changes for version 2.0.0_2 - 2022-02-26

  • New Features:
    • New OptArgs2::StatusLine package for terminal status lines
  • Enhancements:
    • Allow OptArgs2::Pager to work independently (by splitting out OptArgs2::Mo into its own file)
    • Code re-organisation
    • Show SubCmd arguments in usage message
  • Bug Fixes:
    • Fix for Getopt::Args2 conversion with a test
  • Dependencies:
    • Minimum of perl 5.16 for package BLOCK syntax
    • Test::Output for StatusLine tests
  • Packaging:
    • Clean up non-indexed packages list

Changes for version 2.0.0_1 - 2022-02-03

  • API / Behaviour Changes:
    • Changed OptArgs2::Pager on()/off() methods to start_pager(), stop_pager() and page() functions.
  • Enhancements:
    • Pager will only be started for usage messages with more lines than the terminal height.
  • Dependencies:
    • Exporter::Tidy for OptArgs2::Pager.
    • Term::Size::Perl and/or Win32::Console

Modules

command-line argument and option processor
pipe output to a system (text) pager
terminal status line

Provides

in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm
in lib/OptArgs2.pm