aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-10 08:55:04 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-10 08:55:04 +0000
commitf118d94619b210171e8df305181e8a3b5f353074 (patch)
treee9e76d0cd4d3d96b630a07f1f875738597f4725c /URPM.pm
parent76e7fc117ac909611f2c23abdad75412bb08443c (diff)
downloadperl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar
perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.gz
perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.bz2
perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.xz
perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.zip
Doc nits
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/URPM.pm b/URPM.pm
index ff493c5..5a01e89 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -196,7 +196,7 @@ __END__
=head1 NAME
-URPM - Perl module to manipulate RPM files
+URPM - Manipulate RPM files and headers
=head1 SYNOPSIS
@@ -330,18 +330,19 @@ Then, $callback is called for each matching package in the depslist.
Verifies an RPM file.
Recognized options are:
- db => $urpm_db
+ db => $urpm_db (optional, will use this rpm DB)
nopgp => 0 / 1
nogpg => 0 / 1
nomd5 => 0 / 1
norsa => 0 / 1
nodsa => 0 / 1
nodigests => 0 / 1
- tmp_filename => '...'
nosignatures => 0 / 1 (equivalent to nopgp = nogpg = norsa = nodsa = 1)
=item $urpm->import_pubkey(%options)
+Import a key in the RPM database.
+
db => $urpm_db
root => '...'
block => '...'
@@ -534,7 +535,7 @@ The rpm's bare name.
=item $package->obsoletes_nosense()
-=item $package->obsoletes_overlap($s, [$nopromoteepoch,] [$direction])
+=item $package->obsoletes_overlap($s, [$nopromoteepoch, [$direction] ])
=item $package->os()