From 8c358fa229d654326ea9bba9e31978f02119c114 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 11 Dec 2009 13:28:48 -0800 Subject: [PATCH] Remove Dumper. --- t/Definition.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Definition.t b/t/Definition.t index 966077dfc..2ba59beeb 100644 --- a/t/Definition.t +++ b/t/Definition.t @@ -11,7 +11,6 @@ use strict; use warnings; no warnings qw(uninitialized); -use Data::Dumper; use Test::More 'no_plan'; #tests => 1; use Test::Deep;