From 9dadc64a5547524da5fcbe188b2d443709f627f0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:45:10 +0000 Subject: add basic POD documentation --- urpm/xml_info.pm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'urpm/xml_info.pm') diff --git a/urpm/xml_info.pm b/urpm/xml_info.pm index ca923ebc..bbd934dd 100644 --- a/urpm/xml_info.pm +++ b/urpm/xml_info.pm @@ -3,6 +3,18 @@ package urpm::xml_info; use strict; use XML::LibXML::Reader; +=head1 NAME + +urpm::xml_info - XML data manipulation related routines for urpmi + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=over + +=cut + # throw an exception on error sub get_nodes { my ($xml_info, $xml_info_file, $fullnames) = @_; @@ -174,3 +186,13 @@ sub _iterate_on_nodes { 1; + +=back + +=head1 COPYRIGHT + +Copyright (C) 2005 MandrakeSoft SA + +Copyright (C) 2005-2010 Mandriva SA + +=cut -- cgit v1.2.1