Bump required Module::Install version in everything. janus++
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Args.pm
index 6ec7539..6a448cd 100644 (file)
@@ -2,6 +2,7 @@ package TestApp::Controller::Args;
 
 use strict;
 use base 'Catalyst::Base';
+use Data::Dumper;
 
 sub args :Local  {
     my ( $self, $c ) = @_;
@@ -13,4 +14,4 @@ sub params :Local {
     $c->res->body( join('',@_) );
 }
 
-1;
+1;
\ No newline at end of file