From 7788d081ab5ed74d53f699bc7333e00f2bb59d9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Sun, 22 Jan 2012 13:54:34 +0100 Subject: [PATCH] Minor change in bloat test The test was loading Data::Dumepr but not using it. --- t/02_bloat.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/02_bloat.t b/t/02_bloat.t index cbb9c0101..5614b88ac 100644 --- a/t/02_bloat.t +++ b/t/02_bloat.t @@ -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; -- 2.30.2