added failing test for specifying cgi_dir with MyApp->path_to
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot3 / root / cgi / path / test.pl
CommitLineData
f050749c 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use CGI ':standard';
7
8die '$ENV{MOD_PERL} must not be set' if $ENV{MOD_PERL};
9
10print header;
11print 'foo:',param('foo'),' bar:',param('bar')