converting the engines. i had to add use NEXT to some of the test files to make it...
[catagits/Catalyst-Runtime.git] / t / lib / Catalyst / Plugin / Test / Plugin.pm
index 62b2cad..cc6178d 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::Plugin::Test::Plugin;
 
 use strict;
+use NEXT;
 
 use base qw/Catalyst::Base Class::Data::Inheritable/;