summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools/Pacman.pm
AgeCommit message (Collapse)AuthorFilesLines
2023-02-19Fix broken croak callsFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-25Add integration testFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-18Move pkgname/cpan dist map to configurationFlorian Pritz1-5/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Make context parameter explicitFlorian Pritz1-4/+4
This prevents a loop in $deps->{..}->{context} which is 1) unnecessary and 2) potentially breaks memory recovery when things get deleted. Not the case right now, but whatever. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Use context variable to track singletonsFlorian Pritz1-1/+1
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 documentationFlorian Pritz1-3/+51
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-18Implement basic check for upgradable packagesFlorian Pritz1-0/+126
Signed-off-by: Florian Pritz <bluewind@xinu.at>