diff options
author | Andinus <andinus@nand.sh> | 2020-08-29 20:41:26 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-29 20:41:26 +0530 |
commit | f23b9fda2c6659d9b32fec67e0e1ba070f6c70b0 (patch) | |
tree | cec0fe772cfed3653719eaa25f407198a692749e | |
parent | 31e045b3decde15a8e85b0254a099779ec86b91e (diff) | |
download | pyxis-f23b9fda2c6659d9b32fec67e0e1ba070f6c70b0.tar.gz |
Remove un-used module
-rwxr-xr-x | pyxis.pl | 1 |
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; |