added test that makes sure cgis are actually getting invoked with each request
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / time.pl
CommitLineData
604b5dbb 1#!/usr/bin/perl
2use CGI ':standard';
3print header, time;
4