From: Cédric Villemain Date: Sun, 22 Jan 2012 14:38:00 +0000 (+0100) Subject: Revert "Minor change in bloat test" X-Git-Tag: 2.20.0~46^2~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4c401b4c06ced57a3a13d8c17bf337569d21869c;p=check_postgres.git Revert "Minor change in bloat test" This reverts commit 7788d081ab5ed74d53f699bc7333e00f2bb59d9a. GSM: Data::Dumper is handy for when you do want to Dump something. --- 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;