fix Application.pm to handle empty sub protos correctly
[catagits/Web-Simple.git] / t / param_parser.t
index b6c0f71..dfa263c 100644 (file)
@@ -5,8 +5,6 @@ use Test::More qw(no_plan);
 
 use Web::Simple::ParamParser;
 
-use Data::Dumper::Concise;
-
 my $param_sample = 'foo=bar&baz=quux&foo=%2F';
 my $unpacked = {
   baz => [