summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-10 22:43:24 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-10 22:46:58 +0200
commitbbb2f43df4ef6dcc3c8708aadd1ec9c6a7af6a87 (patch)
tree29bd4807d40b3cafad82a85c5cd6a1af26cff83b /cpanfile
parent406b25785ed4e2f5872f1a6ede29b612bf3ce2c1 (diff)
downloadApp-BorgRestore-bbb2f43df4ef6dcc3c8708aadd1ec9c6a7af6a87.tar.gz
App-BorgRestore-bbb2f43df4ef6dcc3c8708aadd1ec9c6a7af6a87.tar.xz
Use Function::Parameters for main package
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 e8bf9f8..d5f394c 100644
--- a/cpanfile
+++ b/cpanfile
@@ -2,6 +2,7 @@ requires 'perl', '5.010000';
requires 'Log::Any';
requires 'Log::Log4perl';
requires 'Log::Any::Adapter::Log4perl';
+requires 'Function::Parameters';
on 'test' => sub {
requires 'Test::More', '0.98';