Changes for version 2.00 - 2026-02-09

  • BREAKING: Modernized to require Perl 5.20 or higher
  • Converted to use function signatures
  • Replaced 'use strict; use warnings;' with 'use v5.20;'
  • Added exit/quit/EOF as implicit builtin commands
  • Fixed math evaluation in variables
  • Expanded test suite to 36 tests
  • Fixed Perl::Critic violations
  • Added history file save/restore tests

Modules

Library to implement generic command line interface