diff options
author | Andinus <andinus@nand.sh> | 2020-05-29 22:42:56 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-29 22:42:56 +0530 |
commit | 260704aa95e4615d585396e6a18b5a7bea1083f5 (patch) | |
tree | 5201a69971ad734fd207bf7c441fbf29d85b7bc3 | |
parent | 257d6cb747b4befee0e8c07aad7c5652382d1fa1 (diff) | |
download | ara-260704aa95e4615d585396e6a18b5a7bea1083f5.tar.gz |
Remove use Data::Dumper
-rwxr-xr-x | ara.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl index 21d9be3..bd02b82 100755 --- a/ara.pl +++ b/ara.pl @@ -7,7 +7,6 @@ use feature 'say'; use DateTime qw( ); use Path::Tiny; use File::Fetch; -use Data::Dumper; use JSON::MaybeXS qw( decode_json ); use Text::Table::Tiny qw( generate_table ); |