diff options
author | Andinus <andinus@nand.sh> | 2020-11-18 11:25:47 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-18 11:25:47 +0530 |
commit | be00783294a5ff8f6601b1109f55bb83282b27d6 (patch) | |
tree | 3cc305a604ef1991b4e047a9217f8290d68746fb /cpanfile | |
parent | a6f670e6756a7a1f5e73f843ab7c914640b74e4c (diff) | |
download | lyra-master.tar.gz |
Now it prints fortunes from all directories by default, if the user inputs an argument then it'll load that fortune file if it exists in mentioned directories.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile index f850fca..e611047 100644 --- a/cpanfile +++ b/cpanfile @@ -1,3 +1 @@ requires 'Path::Tiny', '0.114'; -requires 'IPC::Run3', '0.048'; -requires 'HTTP::Simple', '0.004'; |