diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-01-29 17:56:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-01-29 17:56:32 +0000 |
commit | 487f9f8747b7b7ae10d53da46ef4141db94f16d0 (patch) | |
tree | 16dab7903a1e4f7fc520c4d5824b881c0a6fa0d6 | |
parent | 7d9f4153c1517bc6d3e6b5b7836472adad60e428 (diff) | |
download | perl-URPM-487f9f8747b7b7ae10d53da46ef4141db94f16d0.tar perl-URPM-487f9f8747b7b7ae10d53da46ef4141db94f16d0.tar.gz perl-URPM-487f9f8747b7b7ae10d53da46ef4141db94f16d0.tar.bz2 perl-URPM-487f9f8747b7b7ae10d53da46ef4141db94f16d0.tar.xz perl-URPM-487f9f8747b7b7ae10d53da46ef4141db94f16d0.zip |
fix doc
(should have been done in commit r230048 by pixel on 2007-09-27:
"handle promotion via obsolete, not only provides")
-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. |