diff options
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |