Changes for version 0.20 - 2026-08-02

  • Enhancements
    • Only call Object::Configure when sensible
    • Modernise: use strict/warnings/autodie pragma block; empty import lists to avoid namespace pollution; || -> // for definedness checks; scalar(@_) -> @_ in numeric context; consistent brace style; list-assignment for two-arg methods; foreach -> for
  • Bug Fixes
    • Fix t/data.t: does_croak_that_matches -> does_confess_that_matches for calls that Params::Get 0.15 now handles with Carp::confess
  • Testing
    • Updated the CI scripts

Documentation

Modules

Class to handle text in an OO way