There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Changes for version 0.98 - 2025-10-13

  • Feature
    • Added rindex(value) helper mirroring jq's rindex/1 to locate the final occurrence of a value within arrays (deep comparing elements) or strings.
  • Tests
    • Added regression coverage ensuring rindex() handles arrays of scalars, nested hashes, booleans, empty fragments, and missing values.
  • Docs
    • Documented rindex() across README, module POD, CLI help listings, and updated MANIFEST.

Modules

A lightweight jq-like JSON query engine in Perl