Revert "Minor change in bloat test"
authorCédric Villemain <[email protected]>
Sun, 22 Jan 2012 14:38:00 +0000 (15:38 +0100)
committerCédric Villemain <[email protected]>
Sun, 22 Jan 2012 14:38:00 +0000 (15:38 +0100)
This reverts commit 7788d081ab5ed74d53f699bc7333e00f2bb59d9a.

GSM: Data::Dumper is handy for when you do want to Dump something.

t/02_bloat.t

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