WrapCGI: fix for 5.8
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin.pm
index a63b6b0..a29e685 100644 (file)
@@ -1,6 +1,7 @@
 package TestCGIBin;
 
-use Catalyst;
+use Catalyst::Runtime '5.70';
+use parent 'Catalyst';
 
 __PACKAGE__->setup;