ALPM version 0.02 ================= This is a perl XS module for the use of the libalpm C library. libalpm is used by Archlinux (and other distributions) who use pacman as the package managing program. In this way, ALPM is a low-level interface to packages and the package managing database system. You can do things like search, upgrade, and install packages using the library. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires the alpm library. (this module was developed with libalpm included with pacman version 3.2.2) COPYRIGHT AND LICENCE Copyright (C) 2009 by Justin Davis This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.