From e5d9565d0cff3910002e3a920bd1a527eb2c1f82 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 12 Jan 2009 08:03:00 +0000 Subject: - drop parse_rpms (unused, parse_rpms_build_headers or parse_rpm are used instead) - add a comment --- URPM.pm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index 194ecfa..afec11a 100644 --- a/URPM.pm +++ b/URPM.pm @@ -174,6 +174,8 @@ sub traverse_tag { $count; } +# wrapper around XS functions +# it handles error cases sub _parse_hdlist_or_synthesis { my ($parse_func, $urpm, $file, %options) = @_; @@ -341,12 +343,6 @@ file and adds them to the URPM object. Allowed options are The return value is a two-element array containing the first and the last id parsed. -=item $urpm->parse_rpms($files, %options) - -This method loads rpm informations from rpm headers and adds them to the URPM -object. The return value is a two-element array containing the first and the -last id parsed. - =item $urpm->parse_rpm($file, %options) This method gets the B and the B from an RPM file -- cgit v1.2.1