aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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