summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-11 16:05:49 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-11 16:22:56 +0200
commit371f62a3bbecd32eecf8ad2c5455771c7be6de91 (patch)
tree278cfb0ea3dccf4ba6dfe0849593d968d56d02c2 /cpanfile
parentfb0148d9827433f6afeeb1588b6c1e851a265454 (diff)
downloadApp-BorgRestore-371f62a3bbecd32eecf8ad2c5455771c7be6de91.tar.gz
App-BorgRestore-371f62a3bbecd32eecf8ad2c5455771c7be6de91.tar.xz
Use File::pushd for temporary chdir
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index ea9b833..7a2609f 100644
--- a/cpanfile
+++ b/cpanfile
@@ -6,6 +6,7 @@ requires 'IPC::Run';
requires 'Log::Any';
requires 'Log::Any::Adapter::Log4perl';
requires 'Log::Log4perl';
+requires 'File::pushd';
on 'test' => sub {
requires 'Test::More', '0.98';