summaryrefslogtreecommitdiffstats
path: root/urpm/get_pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-31 16:45:10 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-31 16:45:10 +0000
commit9dadc64a5547524da5fcbe188b2d443709f627f0 (patch)
tree088db1e4c5d8478f3d564a634c2b04318363e2fb /urpm/get_pkgs.pm
parentcacb329cadd72547cb886b0b785c3cc16e4aa590 (diff)
downloadurpmi-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/get_pkgs.pm')
-rw-r--r--urpm/get_pkgs.pm25
1 files changed, 25 insertions, 0 deletions
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