~ubuntu-branches/ubuntu/karmic/libjifty-plugin-chart-perl/karmic

« back to all changes in this revision

Viewing changes to t/TestApp-Plugin-Chart/bin/jifty

  • Committer: Bazaar Package Importer
  • Author(s): AGOSTINI Yves
  • Date: 2009-06-11 12:23:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090611122349-s1ss1jf2bw9mtvjn
Tags: upstream-0.90000
ImportĀ upstreamĀ versionĀ 0.90000

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env perl
 
2
use warnings;
 
3
use strict;
 
4
use File::Basename qw(dirname); 
 
5
use UNIVERSAL::require;
 
6
 
 
7
use Jifty;
 
8
use Jifty::Script;
 
9
 
 
10
local $SIG{INT} = sub { warn "Stopped\n"; exit; };
 
11
Jifty::Script->dispatch();