about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-08-29 20:41:26 +0530
committerAndinus <andinus@nand.sh>2020-08-29 20:41:26 +0530
commitf23b9fda2c6659d9b32fec67e0e1ba070f6c70b0 (patch)
treecec0fe772cfed3653719eaa25f407198a692749e
parent31e045b3decde15a8e85b0254a099779ec86b91e (diff)
downloadpyxis-f23b9fda2c6659d9b32fec67e0e1ba070f6c70b0.tar.gz
Remove un-used module
-rwxr-xr-xpyxis.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl
index 45e523f..6232515 100755
--- a/pyxis.pl
+++ b/pyxis.pl
@@ -5,7 +5,6 @@ use warnings;
 use feature 'say';
 
 use Path::Tiny;
-use HTTP::Simple;
 use Getopt::Long;
 
 my %options;