ALPM version 0.06
=================

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 for
libalpm included with pacman version 3.3.0.

COPYRIGHT AND LICENCE

Copyright (C) 2010 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.


