aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-18 16:46:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-18 16:46:45 +0000
commit7a69f127cbc89d5f5cfa3ddc30221695fdf85db6 (patch)
tree492b2d48663de3e1d064d73f120204b27cc6f74f
parent998aaf5c6291c44123f8b88c1ca6f258b931fe1c (diff)
downloadperl-URPM-7a69f127cbc89d5f5cfa3ddc30221695fdf85db6.tar
perl-URPM-7a69f127cbc89d5f5cfa3ddc30221695fdf85db6.tar.gz
perl-URPM-7a69f127cbc89d5f5cfa3ddc30221695fdf85db6.tar.bz2
perl-URPM-7a69f127cbc89d5f5cfa3ddc30221695fdf85db6.tar.xz
perl-URPM-7a69f127cbc89d5f5cfa3ddc30221695fdf85db6.zip
More docs for confusing method names
-rw-r--r--URPM.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/URPM.pm b/URPM.pm
index b873e13..3f94681 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -418,8 +418,12 @@ Writes a line of information in a synthesis file.
=item $package->filename()
+The rpm's file name.
+
=item $package->files()
+List of files in this rpm.
+
=item $package->files_flags()
=item $package->files_gid()
@@ -462,8 +466,8 @@ Writes a line of information in a synthesis file.
=item $package->fullname()
-Returns a 4 element list: name, version, release and architecture in an array context.
-Returns a string NAME-VERSION-RELEASE.ARCH in scalar context.
+Returns a 4 element list: name, version, release and architecture in an array
+context. Returns a string NAME-VERSION-RELEASE.ARCH in scalar context.
=item $package->get_tag($tagid)
@@ -493,6 +497,8 @@ Return an array of human readable view of tag values. $tagid is the numerical va
=item $package->name()
+The rpm's bare name.
+
=item $package->obsoletes()
=item $package->obsoletes_nosense()