RSS | Module Info | Add a review of RPM-Info
RPM-Info (1.07)
The interface is a little non-perlish.
I recommend an interface more like this.
use RPM:XXX;
my $obj=RPM::XXX->new;
foreach ($obj->search("foo")) {
printf "Name: %s\n", $_->name;
printf "Version: %s\n", $_->version;
printf "List: %s\n", join(", ", $_->list);
}
Michael R. Davis - 2011-02-12T10:54:51 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

