diff options
-rwxr-xr-x | clerk | 2 | ||||
-rwxr-xr-x | clerk_rating_client | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ use utf8; use Config::Simple; use Time::HiRes qw (sleep); use Data::MessagePack; -use DDP; +#use DDP; use Encode qw(decode encode); use File::Basename; use File::Path qw(make_path); diff --git a/clerk_rating_client b/clerk_rating_client index 4d56526..9662745 100755 --- a/clerk_rating_client +++ b/clerk_rating_client @@ -4,7 +4,7 @@ binmode(STDOUT, ":utf8"); use v5.10; use warnings; use Array::Utils qw(:all); -use DDP; +#use DDP; use File::Spec; use strict; use utf8; |