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/get_pkgs.pm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'urpm/get_pkgs.pm') diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index bde604e8..f82b2e41 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -10,6 +10,19 @@ use urpm::media; use urpm 'file_from_local_url'; # perl_checker: require urpm::select + +=head1 NAME + +urpm::get_pkgs - Package retrieving routines for urpmi + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=over + +=cut + sub clean_all_cache { my ($urpm) = @_; #- clean download directory, do it here even if this is not the best moment. @@ -284,3 +297,15 @@ sub _download_packages_of_distant_media { } 1; + +__END__ + +=back + +=head1 COPYRIGHT + +Copyright (C) 2005 MandrakeSoft SA + +Copyright (C) 2005-2010 Mandriva SA + +=cut -- cgit v1.2.1