Remove redundant import
This commit is contained in:
parent
335eba0231
commit
39d2deaf5b
@ -31,7 +31,7 @@ use Webperl::Utils qw(join_complex path_join hash_or_hashref);
|
|||||||
use XML::Simple;
|
use XML::Simple;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use JSON;
|
use JSON;
|
||||||
use Data::Dumper;
|
|
||||||
# Hack the DateTime object to include the TO_JSON function needed to support
|
# Hack the DateTime object to include the TO_JSON function needed to support
|
||||||
# JSON output of datetime objects. Outputs as ISO8601
|
# JSON output of datetime objects. Outputs as ISO8601
|
||||||
sub DateTime::TO_JSON {
|
sub DateTime::TO_JSON {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user