summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-02-19 14:15:13 +0100
committerFlorian Pritz <bluewind@xinu.at>2023-02-19 14:15:13 +0100
commit07ac7bf85f3d03de265e16422cdcdfd24211708a (patch)
treebf35e393d5d55b1cf587351d51d0eceb7e375134 /cpanfile
parentb33a064dbfeeed68c9256b3678d63d444a474ddd (diff)
downloadApp-ArchLinux-PackagerTools-07ac7bf85f3d03de265e16422cdcdfd24211708a.tar.gz
App-ArchLinux-PackagerTools-07ac7bf85f3d03de265e16422cdcdfd24211708a.tar.xz
Fix broken croak calls
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 0070edb..be5d61a 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,3 +1,4 @@
+requires 'Array::Utils';
requires 'CHI';
requires 'CPAN::DistnameInfo';
requires 'Function::Parameters';