diff options
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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<depslist> and the B<provides> from an RPM file |