C::C::CGIBin - new release
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot / Controller / CGIHandler.pm
diff --git a/t/lib/TestCGIBinRoot/Controller/CGIHandler.pm b/t/lib/TestCGIBinRoot/Controller/CGIHandler.pm
new file mode 100644 (file)
index 0000000..0b86175
--- /dev/null
@@ -0,0 +1,5 @@
+package TestCGIBinRoot::Controller::CGIHandler;
+
+use parent 'Catalyst::Controller::CGIBin';
+
+1;