aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-21 11:57:33 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-21 11:57:33 +0000
commit586fda220dc1ffae6b4ab98cfb3bf59f73749957 (patch)
treeeadc397b2e02b015038b9da096612c0f63c8692e
parentae8bed85e1d097509bf66263fd55d0c7b0d7ee51 (diff)
downloadperl-URPM-586fda220dc1ffae6b4ab98cfb3bf59f73749957.tar
perl-URPM-586fda220dc1ffae6b4ab98cfb3bf59f73749957.tar.gz
perl-URPM-586fda220dc1ffae6b4ab98cfb3bf59f73749957.tar.bz2
perl-URPM-586fda220dc1ffae6b4ab98cfb3bf59f73749957.tar.xz
perl-URPM-586fda220dc1ffae6b4ab98cfb3bf59f73749957.zip
document the difference between foobar() and foobard_nosense()
-rw-r--r--URPM.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index f71c1f4..b82a314 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -524,8 +524,13 @@ Writes a line of information in a synthesis file.
=item $package->conflicts()
+Full conflicts tags
+
=item $package->conflicts_nosense()
+Just the conflicted package name.
+This is only used when faking a URPM::DB: $urpm can be used as-a $db
+
=item $package->description()
=item $package->dirnames()
@@ -631,8 +636,12 @@ The rpm's bare name.
=item $package->obsoletes()
+Full obsoletes tags
+
=item $package->obsoletes_nosense()
+Just the obsoleted package name.
+
=item $package->obsoletes_overlap($s, [$nopromoteepoch, [$direction] ])
=item $package->os()
@@ -645,8 +654,12 @@ The rpm's bare name.
=item $package->provides()
+Full provides tags
+
=item $package->provides_nosense()
+Just the provided package name.
+
=item $package->provides_overlap($s, [$nopromoteepoch,] [$direction])
=item $package->rate()
@@ -655,8 +668,12 @@ The rpm's bare name.
=item $package->requires()
+Full requires tags
+
=item $package->requires_nosense()
+Just the required package name.
+
=item $package->rflags()
=item $package->filesize()