From 86e74bade6a760d03aa46ee2f17c795ab620ab15 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jan 2013 17:56:35 +0000 Subject: enhance doc --- URPM.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index 03429a4..08dfce9 100644 --- a/URPM.pm +++ b/URPM.pm @@ -305,16 +305,26 @@ and C. The constructor creates a new, empty URPM object. It's a blessed hash that contains three fields: +=over + +=item * + B is an arrayref containing the list of depending packages (which are C objects). +=item * + B is an hashref containing as keys the list of property names obsoleted by the URPM object. +=item * + B 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()). -- cgit v1.2.1