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

NAME

Plack::App::JenkinsNotification -

SYNOPSIS

    use Plack::App::JenkinsNotification;

    builder {
        mount "/jenkins" => Plack::App::JenkinsNotification->new({ on_notify => sub {
            
            
        }});
    };

DESCRIPTION

Plack::App::JenkinsNotification is

AUTHOR

Yo-An Lin <cornelius.howl {at} gmail.com>

SEE ALSO

LICENSE

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