fix fail with HTTP::Request::AsCGI 1.2 and Perl < 5.8.9, 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;