diff options
author | Andinus <andinus@nand.sh> | 2020-08-28 00:06:55 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-28 00:06:55 +0530 |
commit | 7062a6f7fbd43910e2b08e3829687bf506a55eb1 (patch) | |
tree | 84a6040bd5119fda08ab1651cc9c8eaf76b55dc2 /cpanfile | |
parent | 0576e2027196e94b13eb8281d3d6bf0a419421bc (diff) | |
download | lyra-7062a6f7fbd43910e2b08e3829687bf506a55eb1.tar.gz |
Add fortunes, update README, update cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile index 73229cb..f850fca 100644 --- a/cpanfile +++ b/cpanfile @@ -1,2 +1,3 @@ requires 'Path::Tiny', '0.114'; requires 'IPC::Run3', '0.048'; +requires 'HTTP::Simple', '0.004'; |