about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-30 12:41:34 +0530
committerAndinus <andinus@nand.sh>2020-06-30 12:41:34 +0530
commit774b5d822adb7d0d05ea41d0c85f71a2e6bd07fd (patch)
tree4ae465468d6b31cfb13963d5e38a033305b0cb49
parent8dd9f42bfae6bb62b93b91f9c47ff410b12fa58b (diff)
downloadcrux-774b5d822adb7d0d05ea41d0c85f71a2e6bd07fd.tar.gz
Add URI::Encode to cpanfile
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 35c85c1..aed4db3 100644
--- a/cpanfile
+++ b/cpanfile
@@ -4,5 +4,6 @@ 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';