diff options
author | Cédric Villemain | 2012-01-22 12:54:34 +0000 |
---|---|---|
committer | Cédric Villemain | 2012-01-22 12:56:38 +0000 |
commit | 7788d081ab5ed74d53f699bc7333e00f2bb59d9a (patch) | |
tree | e21f87614edc6a72f83519a552c4ebfc7ef4ea0d | |
parent | 06c9f6d4ae80ac5fefca66c51dc7487f2f60f24e (diff) |
Minor change in bloat test
The test was loading Data::Dumepr but not using it.
-rw-r--r-- | t/02_bloat.t | 1 |
1 files changed, 0 insertions, 1 deletions
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; |