diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-12-10 23:43:32 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-12-10 23:43:32 +0100 |
commit | 407f5566ea831c07d070c98cf83af207288d28c0 (patch) | |
tree | 5461935a91fc319e81116915a1d56dfeadc51d2b /cpanfile | |
parent | d02cec97b983985f4f48e607e807b46ab2ae93a6 (diff) | |
download | App-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-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |