From 7a69f127cbc89d5f5cfa3ddc30221695fdf85db6 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 18 Oct 2005 16:46:45 +0000 Subject: More docs for confusing method names --- URPM.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'URPM.pm') 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() -- cgit v1.2.1