summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10Fix incorrect example for get_updateable_packages()Florian Pritz1-9/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Use zcat instead of IO::ZlibFlorian Pritz1-2/+1
Apparently IO::Zlib is quite slow compared to zcat and other modules aren't supposed to be much faster. Also this gives us free multithreading. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add reverse mapping of dist to pkgnameFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Batch calls to expac for performanceFlorian Pritz1-2/+66
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add missing use statementFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add debug output to CPAN index generationFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add documentationFlorian Pritz2-31/+119
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-18Implement basic check for upgradable packagesFlorian Pritz2-0/+280
Signed-off-by: Florian Pritz <bluewind@xinu.at>