diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-10 14:17:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-10 14:17:51 +0000 |
commit | 8bfb4c1139d801ccd1ae1619023b723b8ed6ccce (patch) | |
tree | 658e8b027bd019846a12ec02d999f183d8121a43 /URPM.pm | |
parent | 434015c7860e95539070dd2fc43aa935668300bc (diff) | |
download | perl-URPM-8bfb4c1139d801ccd1ae1619023b723b8ed6ccce.tar perl-URPM-8bfb4c1139d801ccd1ae1619023b723b8ed6ccce.tar.gz perl-URPM-8bfb4c1139d801ccd1ae1619023b723b8ed6ccce.tar.bz2 perl-URPM-8bfb4c1139d801ccd1ae1619023b723b8ed6ccce.tar.xz perl-URPM-8bfb4c1139d801ccd1ae1619023b723b8ed6ccce.zip |
Indentation, documentation
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -239,8 +239,8 @@ and adds them to the URPM object. =item $urpm->parse_hdlist($file, %options) -This method load rpm informations from B<headers> contains in hdlist file -and adds them to the URPM object. Allowed options are +This method loads rpm informations from rpm B<headers> contained in an hdlist +file and adds them to the URPM object. Allowed options are packing => 0 / 1 callback => sub { ... } @@ -250,8 +250,8 @@ Return value is an array of first and last id parsed. =item $urpm->parse_rpms($files, %options) -This method load rpm informations from rpms B<headers> and adds them to -the URPM object. Allowed options are +This method loads rpm informations from rpm B<headers> and adds them to +the URPM object. Return value is an array of first and last id parsed. @@ -451,8 +451,8 @@ rpm tags. See rpmlib.h. Querying the package like rpm --queryformat do. -The function call directlly the rpmlib, then use headers informations, so it -silently failed if you use synthesis instead hdlist/rpms/headers files or rpmdb. +The function calls directly the rpmlib, then use header informations, so it +silently failed if you use synthesis instead of hdlist/rpm/header files or rpmdb. =item $package->get_tag_modifiers($tagid) |