Minor change in bloat test
authorCédric Villemain <[email protected]>
Sun, 22 Jan 2012 12:54:34 +0000 (13:54 +0100)
committerCédric Villemain <[email protected]>
Sun, 22 Jan 2012 12:56:38 +0000 (13:56 +0100)
The test was loading Data::Dumepr but not using it.

t/02_bloat.t

index cbb9c010133ea1f50214856bae3f338b568c4ab4..5614b88ac95c51493aca15e501f395c129e01bbe 100644 (file)
@@ -5,7 +5,6 @@
 use 5.006;
 use strict;
 use warnings;
-use Data::Dumper;
 use Test::More tests => 30;
 use lib 't','.';
 use CP_Testing;