NAME
ALPM::LoadConfig - pacman.conf config file parser
SYNOPSIS
# At startup:
use ALPM qw( /etc/pacman.conf );
# At runtime:
ALPM->load_config('/etc/pacman.conf');
DESCRIPTION
This class is used internally by ALPM to parse pacman.conf config files. The settings are used to set ALPM options. You don't need to use this module directly.
SEE ALSO
AUTHOR
Justin Davis, <juster at cpan dot org>
COPYRIGHT AND LICENSE
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.