Group
Extension

Matches 1

Dancer2-Plugin-Tail ( J/JA/JACKB/Dancer2-Plugin-Tail-0.017.tar.gz, JACKB, 2018; MetaCPAN )
Dancer2-Plugin-Tail/lib/Dancer2/Plugin/Tail.pm ( view source; MetaCPAN )
hod,
    regexp => qr!$disp_url!,
    code   => \&display_tail,
  );

  # Setup a route to return json data of the file
  my $data_url    = $plugin->data_url;
  my $data_method = $plugin->data_method;
N);   # Figure out the end of the file
    close($IN);
    $plugin->app->log( debug => "Returning JSON:" );
    $plugin->app->log( debug => "new_curr_pos " . $file_end);
    $plugin->app->log( debug =
nterval);
    $plugin->app->log( debug => "output       " . $output );


    # Return JSON
    $app->send_as( JSON => { new_curr_pos => $file_end, 
                             interval     => $plugin

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