From dbefce62a21ee15c1e2b9747bbbbfcd02c7f00ad Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Mar 2013 22:42:17 +0100 Subject: document URPM::DB::verify() & URPM::stream2header() why didn't you document it when you introduced them (pascal & rafael)? --- URPM.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'URPM.pm') 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). $prefix defaults to C<"">. +=item verify($prefix) + +Verify the RPM database (like C). $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 -- cgit v1.2.1