aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-10-14 00:06:47 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-10-14 00:06:47 +0000
commit4e4e9d0c30c2927367d9e0694805284b9404d9c9 (patch)
tree1e1d9ec0433b85c69500bdd9abf7ff227a27ca1b
parentab56c69caaf8b3d79c82ffc2f1b2b92b35d30b21 (diff)
downloadperl-URPM-4e4e9d0c30c2927367d9e0694805284b9404d9c9.tar
perl-URPM-4e4e9d0c30c2927367d9e0694805284b9404d9c9.tar.gz
perl-URPM-4e4e9d0c30c2927367d9e0694805284b9404d9c9.tar.bz2
perl-URPM-4e4e9d0c30c2927367d9e0694805284b9404d9c9.tar.xz
perl-URPM-4e4e9d0c30c2927367d9e0694805284b9404d9c9.zip
add rpmEVRcmp() & rpmEVRcompare() to api docs
-rw-r--r--URPM.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 986e3f9..6cefd3b 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -320,6 +320,14 @@ dependencies properly. The ranges have roughly the form
where epoch, version and release are RPM-style version numbers.
+=item URPM::rpmEVRcmp($a, $b)
+
+Segmented string compare.
+
+=item URPM::rpmEVRcompare($a, $b)
+
+Compare EVR containers for equality.
+
=item $urpm->parse_synthesis($file [, callback => sub {...} ])
This method gets the B<depslist> and the B<provides> from a synthesis file