diff options
author | Andinus <andinus@nand.sh> | 2020-06-06 15:44:48 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 15:44:48 +0530 |
commit | fd184053ef180d5ad9c825505c2e1f3dec024d65 (patch) | |
tree | 579725e610469d14510d65ad8a40648da4c74f25 | |
parent | 84a366ef6435608a13a5fb31106b99d510fe3f2d (diff) | |
download | ara-fd184053ef180d5ad9c825505c2e1f3dec024d65.tar.gz |
Add Time::Moment, remove DateTime from cpanfile
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile index 3a64d29..f1101b4 100644 --- a/cpanfile +++ b/cpanfile @@ -1,4 +1,4 @@ -requires 'DateTime', '1.52'; +requires 'Time::Moment', '0.44'; requires 'Path::Tiny', '0.114'; requires 'File::Fetch', '0.56'; requires 'JSON::MaybeXS', '1.004002'; |