release 0.035
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / path / testdata.pl
CommitLineData
fbaba9dd 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use CGI ':standard';
7
8print header;
9print do { local $/; <DATA> };
10
11__DATA__
12testing