diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:10 +0000 |
commit | 9dadc64a5547524da5fcbe188b2d443709f627f0 (patch) | |
tree | 088db1e4c5d8478f3d564a634c2b04318363e2fb /urpm/xml_info.pm | |
parent | cacb329cadd72547cb886b0b785c3cc16e4aa590 (diff) | |
download | urpmi-9dadc64a5547524da5fcbe188b2d443709f627f0.tar urpmi-9dadc64a5547524da5fcbe188b2d443709f627f0.tar.gz urpmi-9dadc64a5547524da5fcbe188b2d443709f627f0.tar.bz2 urpmi-9dadc64a5547524da5fcbe188b2d443709f627f0.tar.xz urpmi-9dadc64a5547524da5fcbe188b2d443709f627f0.zip |
add basic POD documentation
Diffstat (limited to 'urpm/xml_info.pm')
-rw-r--r-- | urpm/xml_info.pm | 22 |
1 files changed, 22 insertions, 0 deletions
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 |