Package Details: perl-alpm 3.06-13.1

Git Clone URL: https://aur.archlinux.org/perl-alpm.git (read-only, click to copy)
Package Base: perl-alpm
Description: ArchLinux Package Manager backend library.
Upstream URL: https://metacpan.org/release/ALPM
Licenses: GPL, PerlArtistic
Submitter: juster
Maintainer: bidulock
Last Packager: bidulock
Votes: 7
Popularity: 0.000000
First Submitted: 2009-05-05 18:03 (UTC)
Last Updated: 2021-05-30 02:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

jnbek commented on 2012-10-30 15:43 (UTC)

OK juster, I'm ur huckleberry :-P look for lots of love and attention from jnbek@gh :-P

juster commented on 2012-10-26 00:15 (UTC)

Wow its been a long time since this has been broken. No it is not pacman 4 ready. Sorry. I still plug away at it once and awhile but it's slow going. You can track my progress on github at https://github.com/juster/perl-alpm and even try building it. I still need to update the docs. Alot has changed.

jnbek commented on 2012-10-22 22:52 (UTC)

I would love to use this, is this pacman 4 ready?

juster commented on 2012-01-18 15:26 (UTC)

Okay then I'll get started on it.

<deleted-account> commented on 2012-01-18 10:42 (UTC)

I use this for several personal projects and would love to see it updated.

juster commented on 2012-01-17 17:19 (UTC)

Does anyone use this? If not I'm not going to update it for pacman 4.0. I mean I might if I get really bored...

<deleted-account> commented on 2011-11-26 21:27 (UTC)

ALPM::Package->vercmp gives "Usage: ALPM::Package::vercmp(a, b) at aurcheck.pl line 36." Calling it as ALPM::Package::vercmp works though.

juster commented on 2011-11-26 21:14 (UTC)

That is an error in the documentation. I changed it to ALPM::Package->vercmp. Sorry I need to fix that.

<deleted-account> commented on 2011-11-26 20:22 (UTC)

vercmp seems to be broken use ALPM qw( /etc/pacman.conf ); print ALPM->vercmp('5.14-1', '5.12-1'); vercmp is not a valid ALPM macro at test.pl line 2