about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-29 22:42:56 +0530
committerAndinus <andinus@nand.sh>2020-05-29 22:42:56 +0530
commit260704aa95e4615d585396e6a18b5a7bea1083f5 (patch)
tree5201a69971ad734fd207bf7c441fbf29d85b7bc3
parent257d6cb747b4befee0e8c07aad7c5652382d1fa1 (diff)
downloadara-260704aa95e4615d585396e6a18b5a7bea1083f5.tar.gz
Remove use Data::Dumper
-rwxr-xr-xara.pl1
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 );