diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-01-29 17:56:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-01-29 17:56:35 +0000 |
commit | 86e74bade6a760d03aa46ee2f17c795ab620ab15 (patch) | |
tree | b2128e99d905154edc94f035fb11a4fdc5bcf975 /URPM.pm | |
parent | 487f9f8747b7b7ae10d53da46ef4141db94f16d0 (diff) | |
download | perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.gz perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.bz2 perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.tar.xz perl-URPM-86e74bade6a760d03aa46ee2f17c795ab620ab15.zip |
enhance doc
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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()). |