aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-01-29 17:56:32 +0000
committerThierry Vignaud <tv@mageia.org>2013-01-29 17:56:32 +0000
commit487f9f8747b7b7ae10d53da46ef4141db94f16d0 (patch)
tree16dab7903a1e4f7fc520c4d5824b881c0a6fa0d6
parent7d9f4153c1517bc6d3e6b5b7836472adad60e428 (diff)
downloadperl-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.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.