diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index 97187270..a493bde3 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -27,6 +27,16 @@ my $proxy_config; our $CONNECT_TIMEOUT = 60; #- (in seconds) +=head1 NAME + +urpm::download - download routines for the urpm* tools + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=cut + sub ftp_http_downloaders() { qw(curl wget prozilla aria2) } @@ -1059,14 +1069,6 @@ sub _create_metalink_ { __END__ -=head1 NAME - -urpm::download - download routines for the urpm* tools - -=head1 SYNOPSIS - -=head1 DESCRIPTION - =head1 COPYRIGHT Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA |