diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-03-13 11:38:27 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-03-13 11:38:27 +0100 |
commit | 00c779c39d99bc046998866de83370f3c75b56d3 (patch) | |
tree | 70ef11ff5318ffc4c3ec9a90c099c9922fbd2f39 /cpanfile | |
parent | fb15de83cf35d11f657ebb1ad3aa01b334651264 (diff) | |
download | App-BorgRestore-00c779c39d99bc046998866de83370f3c75b56d3.tar.gz App-BorgRestore-00c779c39d99bc046998866de83370f3c75b56d3.tar.xz |
Refactor db creation and cache dir creation
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ requires 'perl', '5.010000'; +requires 'Log::Any'; on 'test' => sub { requires 'Test::More', '0.98'; |