The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
ALPM version 3.02
=================

This is a perl XS module which provides an interface to 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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the alpm C library that is included with
ArchLinux's pacman. While developing I have used libalpm 8.0.0
included with pacman version 4.1.0.

COPYRIGHT AND LICENCE

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