Remove spurious dumper output
t0m [Fri, 16 Oct 2009 02:07:08 +0000 (02:07 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@7791 bd8105ee-0ff8-0310-8827-fb3f25b6796d

t/de-dup.t

index fdc325b..51ef4f1 100644 (file)
@@ -17,8 +17,6 @@ local::lib->import($dir);
     map { $inc{$_}++ } @INC;
     map { $perl5lib{$_} } split /:/, $ENV{PERL5LIB};
     ok ! grep({ $inc{$_} > 1 } keys %inc), '@INC entries not duplicated';
-use Data::Dumper;
-warn Dumper(\@INC);
     ok ! grep({ $perl5lib{$_} > 1 } keys %perl5lib), 'ENV{PERL5LIB} entries not duplicated';
 }