Converted C::P::CGIBin to C::C::CGIBin, added regex env key support
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestPlugin / Controller / CGIHandler.pm
diff --git a/t/lib/TestPlugin/Controller/CGIHandler.pm b/t/lib/TestPlugin/Controller/CGIHandler.pm
deleted file mode 100644 (file)
index 043e748..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-package TestPlugin::Controller::CGIHandler;
-
-use parent 'Catalyst::Controller::WrapCGI';
-
-1;