The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.12 - 2024-08-21

  • CHANGES
    • Moved `->parse_invocation` out of Command into Finder
    • Optional additional help text generated by the package that implements a given command
    • Use `meta` instead of `no strict refs` hackery
    • Avoid Test::NoWarnings

Modules

utilities for commandline-based programs
represent metadata for an invokable command
an interface for discovery of Commandable::Commands
find commands stored as methods with attributes
find commands stored per package
find commands stored as subs with attributes
subroutine attribute definitions for Commandable::Finder::SubAttributes
represents one invocation of a CLI command
abstractions for printing output from commands