The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.5

  • Change: c138ce745818524db2ce8f4193b2d5c5ee16640d Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-06-24 09:33:14 +0000
    • Version 1.5 to fix handling of service pass through
    • To facilitate both environment variables and a sane default of a working paste service, I reworked how the `service` parameter is passed to `App::Nopaste`. Now the correct thing will happen given:
    • `$ENV{NOPASTE_SERVICES}` is set it will be used unless
    • `--nopaste-service` is set, in which case it'll be parsed as comma
    • separated list
    • Barring those cases, `App::Nopaste::Service::Shadowcat` will be
    • used

Modules

Subroutines for making simple command line scripts