diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-08 20:29:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-08 20:29:53 +0000 |
commit | 06e1c2c6830806b1a73e57eefefc1e159a78f901 (patch) | |
tree | f4e456473e3818305d75bf77d9f8d3b8545e0bf9 /URPM.pm | |
parent | 34b24162a974f25a652137a7f8c0bf077d69dbde (diff) | |
download | perl-URPM-06e1c2c6830806b1a73e57eefefc1e159a78f901.tar perl-URPM-06e1c2c6830806b1a73e57eefefc1e159a78f901.tar.gz perl-URPM-06e1c2c6830806b1a73e57eefefc1e159a78f901.tar.bz2 perl-URPM-06e1c2c6830806b1a73e57eefefc1e159a78f901.tar.xz perl-URPM-06e1c2c6830806b1a73e57eefefc1e159a78f901.zip |
more detailed doc
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -265,8 +265,9 @@ contains two fields: B<depslist> is an arrayref containing the list of depending packages (which are C<URPM::Package> objects). -B<provides> is an hashref containing as keys the list of items provided 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. If the constructor is called with the arguments C<< nofatal => 1 >>, various fatal error messages are suppressed (file not found in parse_hdlist() and |