projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e04a0c8
)
Revert "Minor change in bloat test"
author
Cédric Villemain
<
[email protected]
>
Sun, 22 Jan 2012 14:38:00 +0000
(15:38 +0100)
committer
Cé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
patch
|
blob
|
blame
|
history
diff --git
a/t/02_bloat.t
b/t/02_bloat.t
index 5614b88ac95c51493aca15e501f395c129e01bbe..cbb9c010133ea1f50214856bae3f338b568c4ab4 100644
(file)
--- 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;