perl: add Depends.pm
commit201f691dd080ff2489e2bf56568fbc524eb55678
authorAlad Wenter <alad@archlinux.org>
Mon, 6 Nov 2023 20:47:28 +0000 (6 21:47 +0100)
committerAlad Wenter <alad@archlinux.org>
Fri, 5 Jan 2024 01:29:35 +0000 (5 02:29 +0100)
tree685f739800bc2cd1066fbed3a790d0aebcd9a513
parentb57d06ea22b2a81414e5237104df1f95c6318f0a
perl: add Depends.pm

This will allow to have a common interface between `aur-graph` and
`aur-depends`, such that local .SRCINFO files can be handled similar to
packages available on the AUR.

It also adds checking version requirements with `aur-depends`, which was
previously only available in `aur-graph`.
lib/aur-depends
man1/aur-depends.1
perl/AUR/Depends.pm [new file with mode: 0644]
perl/AUR/Json.pm
perl/AUR/Options.pm
perl/AUR/Query.pm
perl/t/depends.t [new file with mode: 0644]