in reply to Perl client for Open States API

Note that MIN_PERL_VERSION claims to be 5.10, but the prereq Function::Parameters requres 5.14, as well as a C compiler. Also, you're using try/catch without a direct import, so maybe you're actually expecting the user to have 5.38, or are missing a import from Try::Tiny.

Replies are listed 'Best First'.
Re^2: Perl client for Open States API
by 1nickt (Canon) on Jan 02, 2026 at 15:08 UTC

    Thanks, I'll fix all that.


    The way forward always starts with a minimal test.