diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-18 16:46:45 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-18 16:46:45 +0000 |
commit | 7a69f127cbc89d5f5cfa3ddc30221695fdf85db6 (patch) | |
tree | 492b2d48663de3e1d064d73f120204b27cc6f74f /URPM.pm | |
parent | 998aaf5c6291c44123f8b88c1ca6f258b931fe1c (diff) | |
download | perl-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
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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() |