From 4e4e9d0c30c2927367d9e0694805284b9404d9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 14 Oct 2010 00:06:47 +0000 Subject: add rpmEVRcmp() & rpmEVRcompare() to api docs --- URPM.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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 and the B from a synthesis file -- cgit v1.2.1