ALPM

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        callbacks using the transaction() method.
        - Created tied hash interface to ALPM options just for fun.

2009-07-15  Justin Davis  <jrcd83@gmail.com>
	0.02
	- Added ALPM::LoadConfig which is used to load pacman.conf
        config files

2009-05-03  Justin Davis  <jrcd83@gmail.com>
	0.01
	- First public release, uploading to CPAN
	- Has just about everything working except syncing/transactions

lib/ALPM/DB/Sync.pod  view on Meta::CPAN

  $SUCCESS = $DB->remove_server($URL)
  $SUCCESS = $DB->set_servers(@URLS)
  @URLS = $DB->get_servers()

A plethora of accessors and mutators for the repo URLs of databases.

=over 4

=item C<$URL>

The base url where database files are publicly available.

=item C<@URLS>

Like $URL, only more so.

=item C<$SUCCESS>

Returns 1 on success, undef on failure.

=back



( run in 0.972 second using v1.01-cache-2.11-cpan-64827b87656 )