The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    App::PAIA - Patrons Account Information API command line client

SYNOPSIS
        paia patron --base http://example.org/ --username alice --password 12345

    Run "paia help" or "perldoc paia" for more commands and options.

DESCRIPTION
    The Patrons Account Information API (PAIA) <http://gbv.github.io/paia/>
    is a HTTP based API to access library patron information, such as loans,
    reservations, and fees. This client can be used to access PAIA servers
    via command line.

USAGE
    See the documentation of of paia command.

    To avoid SSL errors install Mozilla::CA or use option "--insecure".

IMPLEMENTATION
    The client is implemented using App::Cmd. There is a module for each
    command in the App::PAIA::Command:: namespace and common functionality
    implemented in App::PAIA::Command.

RESOURCES
    <http://gbv.github.io/paia/>
        PAIA specification

    <https://github.com/gbv/App-PAIA>
        Code repository and issue tracker

COPYRIGHT AND LICENSE
    Copyright Jakob Voß, 2013-

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.