aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index cdcf4f2..03429a4 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -303,11 +303,14 @@ and C<URPM::Transaction>.
=item URPM->new()
The constructor creates a new, empty URPM object. It's a blessed hash that
-contains two fields:
+contains three fields:
B<depslist> is an arrayref containing the list of depending packages (which are
C<URPM::Package> objects).
+B<obsoletes> is an hashref containing as keys the list of property names
+obsoleted by the URPM object.
+
B<provides> is an hashref containing as keys the list of property names
provided by the URPM object. The associated value is true if the property is
versioned.