aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 031e1af..c47257b 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -506,6 +506,10 @@ the RPM DB should be open in read/write mode.
Rebuilds the RPM database (like C<rpm --rebuilddb>). $prefix defaults to C<"">.
+=item verify($prefix)
+
+Verify the RPM database (like C<rpmdb --verify>). $prefix defaults to C<"">.
+
=item $db->traverse($callback)
Executes the specified callback (a code reference) for each package
@@ -560,6 +564,10 @@ by the evaluation of the specfile whose path is given as argument. All
dependencies stored in this header are exactly the one needed to build the
specfile.
+=item URPM::stream2header($fp)
+
+Returns a URPM::Package object containing the header read from $fp.
+
=back
=head3 Methods