add AUR.pm
commitce8f088c658b7a07f491b72a9aa18f5504e6430c
authorAlad Wenter <alad@archlinux.org>
Thu, 22 Dec 2022 20:32:32 +0000 (22 21:32 +0100)
committerAlad Wenter <alad@archlinux.org>
Fri, 13 Jan 2023 16:32:10 +0000 (13 17:32 +0100)
treecd0760072a1cb6c38701d2edd6ca6a19a2990e26
parent25bc31eee5bf71b2d33550cc8021278cf6a3eb58
add AUR.pm

This commit extracts common functionality in aur-query, aur-search,
aur-depends and aur-format and places it in a perl module.
15 files changed:
Makefile
completions/command_opts.sh
completions/zsh/_aur
lib/aur-depends
lib/aur-format
lib/aur-query
lib/aur-search
makepkg/aurutils.changelog
man1/aur-depends.1
man1/aur-query.1
perl/AUR.pm [new file with mode: 0644]
perl/AUR/Json.pm [new file with mode: 0644]
perl/AUR/Query.pm [new file with mode: 0644]
perl/Makefile [new file with mode: 0644]
tests/parseopt-consistency