Group
Extension

Matches 1

Plack-Middleware-AutoRefresh ( M/MG/MGRIMES/Plack-Middleware-AutoRefresh-0.09.tar.gz, MGRIMES, 2016; MetaCPAN )
Plack-Middleware-AutoRefresh/lib/Plack/Middleware/AutoRefresh.pm ( view source; MetaCPAN )
e Plack::Util::Accessor qw( dirs filter wait );

use AnyEvent;
use AnyEvent::Filesys::Notify;
use JSON::Any;
use File::Slurp;
use File::ShareDir qw(dist_file);
use File::Basename;
use Carp;
use Readon
ents as json
sub _respond {
    my ( $self, $resp ) = @_;
    ## TODO: check that resp is a hash ref

    return [
        200,
        [ 'Content-Type' => 'application/json' ],
        [ JSON::Any->n

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.