diff options
-rw-r--r-- | URPM.pm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |