From 4c401b4c06ced57a3a13d8c17bf337569d21869c Mon Sep 17 00:00:00 2001 From: Cédric Villemain Date: Sun, 22 Jan 2012 15:38:00 +0100 Subject: Revert "Minor change in bloat test" This reverts commit 7788d081ab5ed74d53f699bc7333e00f2bb59d9a. GSM: Data::Dumper is handy for when you do want to Dump something. --- t/02_bloat.t | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3