C::C::CGIBin - new release
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot.pm
diff --git a/t/lib/TestCGIBinRoot.pm b/t/lib/TestCGIBinRoot.pm
new file mode 100644 (file)
index 0000000..cea069e
--- /dev/null
@@ -0,0 +1,8 @@
+package TestCGIBinRoot;
+
+use Catalyst::Runtime '5.70';
+use parent 'Catalyst';
+
+__PACKAGE__->setup(qw/Static::Simple/);
+
+1;