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