aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-01-29 17:56:35 +0000
committerThierry Vignaud <tv@mageia.org>2013-01-29 17:56:35 +0000
commit86e74bade6a760d03aa46ee2f17c795ab620ab15 (patch)
treeb2128e99d905154edc94f035fb11a4fdc5bcf975
parent487f9f8747b7b7ae10d53da46ef4141db94f16d0 (diff)
downloadperl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar
perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.gz
perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.bz2
perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.xz
perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.zip
enhance doc
-rw-r--r--URPM.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 03429a4..08dfce9 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -305,16 +305,26 @@ and C<URPM::Transaction>.
The constructor creates a new, empty URPM object. It's a blessed hash that
contains three fields:
+=over
+
+=item *
+
B<depslist> is an arrayref containing the list of depending packages (which are
C<URPM::Package> objects).
+=item *
+
B<obsoletes> is an hashref containing as keys the list of property names
obsoleted by the URPM object.
+=item *
+
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.
+=back
+
If the constructor is called with the arguments C<< nofatal => 1 >>, various
fatal error messages are suppressed (file not found in parse_hdlist() and
parse_synthesis()).