From 39d2deaf5bf18859cdb28ad1af3783a042c61613 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Jan 2017 08:48:59 +0000 Subject: [PATCH] Remove redundant import --- modules/ORB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ORB.pm b/modules/ORB.pm index dc7d6ed..1249c3d 100755 --- a/modules/ORB.pm +++ b/modules/ORB.pm @@ -31,7 +31,7 @@ use Webperl::Utils qw(join_complex path_join hash_or_hashref); use XML::Simple; use DateTime; use JSON; -use Data::Dumper; + # Hack the DateTime object to include the TO_JSON function needed to support # JSON output of datetime objects. Outputs as ISO8601 sub DateTime::TO_JSON {