File: jifty

package info (click to toggle)
libjifty-plugin-chart-perl 1.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 364 kB
  • sloc: perl: 2,614; sh: 48; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl
use warnings;
use strict;
use File::Basename qw(dirname); 
use UNIVERSAL::require;

use Jifty;
use Jifty::Script;

local $SIG{INT} = sub { warn "Stopped\n"; exit; };
Jifty::Script->dispatch();