fix tests, redo (c) sections, saner is_perl_cgi, release
[catagits/Catalyst-Controller-WrapCGI.git] / t / global-context.t
1 #!perl
2
3 use strict;
4 use warnings;
5 use lib 't/lib';
6 use Test::More tests => 1;
7 use Catalyst::Test 'TestGC';
8
9 is(get('/dummy'), 'dummy', 'global context works');