Remove redundant import

This commit is contained in:
Chris 2017-01-09 08:48:59 +00:00
parent 335eba0231
commit 39d2deaf5b

View File

@ -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 {