aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/URPM.pm b/URPM.pm
index 2dcf582..eadeb02 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -572,8 +572,9 @@ List of files in this rpm.
=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 6 element list: name, version, release, disttag, distepoch and architecture
+in an array context. Returns a string NAME-VERSION-RELEASE[-DISTTAGDISTEPOCH].ARCH
+in scalar context.
=item $package->get_tag($tagid)