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:
06c9f6d
)
Minor change in bloat test
author
Cédric Villemain
<
[email protected]
>
Sun, 22 Jan 2012 12:54:34 +0000
(13:54 +0100)
committer
Cédric Villemain
<
[email protected]
>
Sun, 22 Jan 2012 12:56:38 +0000
(13:56 +0100)
The test was loading Data::Dumepr but not using it.
t/02_bloat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_bloat.t
b/t/02_bloat.t
index cbb9c010133ea1f50214856bae3f338b568c4ab4..5614b88ac95c51493aca15e501f395c129e01bbe 100644
(file)
--- 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;