summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-10 23:43:32 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-10 23:43:32 +0100
commit407f5566ea831c07d070c98cf83af207288d28c0 (patch)
tree5461935a91fc319e81116915a1d56dfeadc51d2b /cpanfile
parentd02cec97b983985f4f48e607e807b46ab2ae93a6 (diff)
downloadApp-ArchLinux-PackagerTools-407f5566ea831c07d070c98cf83af207288d28c0.tar.gz
App-ArchLinux-PackagerTools-407f5566ea831c07d070c98cf83af207288d28c0.tar.xz
Fix incorrect example for get_updateable_packages()
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 826594f..582ff7e 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,6 +1,6 @@
requires 'CPAN::DistnameInfo';
-requires 'CPANPLUS::Backend';
requires 'Function::Parameters';
+requires 'IPC::Run';
requires 'Log::Any';
requires 'Log::Any::Adapter';
requires 'Log::Log4perl';