aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-10 14:17:51 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-10 14:17:51 +0000
commit8bfb4c1139d801ccd1ae1619023b723b8ed6ccce (patch)
tree658e8b027bd019846a12ec02d999f183d8121a43 /URPM.pm
parent434015c7860e95539070dd2fc43aa935668300bc (diff)
downloadperl-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.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/URPM.pm b/URPM.pm
index 9d18b66..27405a0 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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)