diff options
author | Andinus <andinus@nand.sh> | 2020-06-30 13:38:39 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-30 13:38:39 +0530 |
commit | 10f63e16f6e78e453a07e221ac74ce3226ea3a9e (patch) | |
tree | cb119e64fbf515e916bc7d18748b77a4d0cadc6b /cpanfile | |
parent | 774b5d822adb7d0d05ea41d0c85f71a2e6bd07fd (diff) | |
download | crux-10f63e16f6e78e453a07e221ac74ce3226ea3a9e.tar.gz |
Remove URI::Encode dependency, fix $url encoding
Looks like query_keywords encodes the url itself so $url was being double-encoded. Also, next time use URI::Escape instead - looks better.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile index aed4db3..35c85c1 100644 --- a/cpanfile +++ b/cpanfile @@ -4,6 +4,5 @@ requires 'Getopt::Long', '2.5'; requires 'Term::ANSIColor', '5.01'; requires 'Data::Printer', '0.40'; requires 'URI', '1.76'; -requires 'URI::Encode', '1.1.1'; requires 'HTTP::Tiny', '0.076'; requires 'Carp', '1.50'; |