From 487f9f8747b7b7ae10d53da46ef4141db94f16d0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jan 2013 17:56:32 +0000 Subject: fix doc (should have been done in commit r230048 by pixel on 2007-09-27: "handle promotion via obsolete, not only provides") --- URPM.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index cdcf4f2..03429a4 100644 --- a/URPM.pm +++ b/URPM.pm @@ -303,11 +303,14 @@ and C. =item URPM->new() The constructor creates a new, empty URPM object. It's a blessed hash that -contains two fields: +contains three fields: B is an arrayref containing the list of depending packages (which are C objects). +B is an hashref containing as keys the list of property names +obsoleted by the URPM object. + B 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. -- cgit v1.2.1