gitpan-cpan-distribution: CatalystX-REPL gitpan-cpan-version: 0.04 gitpan-cpan-path: FLORA/CatalystX-REPL-0.04.tar.gz gitpan-cpan-author: FLORA gitpan-cpan-maturity: released
12 lines
170 B
Perl
12 lines
170 B
Perl
use strict;
|
|
use warnings;
|
|
|
|
BEGIN { @ENV{qw/CATALYST_REPL/} = 'noprofile'; }
|
|
|
|
use FindBin;
|
|
use lib "$FindBin::Bin/lib";
|
|
|
|
use Catalyst::Test 'TestApp';
|
|
|
|
request($ARGV[0]);
|