fix tests, redo (c) sections, saner is_perl_cgi, release
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / Dongs.pm
1 package Dongs;
2
3 use strict;
4 use warnings;
5 use CatalystX::GlobalContext '$c';
6
7 sub foo { $c->action }
8
9 1;