diff options
-rw-r--r-- | t/02_bloat.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/02_bloat.t b/t/02_bloat.t index 5614b88ac..cbb9c0101 100644 --- a/t/02_bloat.t +++ b/t/02_bloat.t @@ -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; |