Neeed according to the changelog of C::A::REST
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / View / Dump / Parameters.pm
index d774a33..30d53df 100644 (file)
@@ -1,7 +1,7 @@
 package TestApp::View::Dump::Parameters;
 
 use strict;
-use base qw[TestApp::View::Dump];
+use base 'TestApp::View::Dump';
 
 sub process {
     my ( $self, $c ) = @_;