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