diff options
Diffstat (limited to 'urpm/removable.pm')
-rw-r--r-- | urpm/removable.pm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm index 1fe9dd2b..a157d86b 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -10,6 +10,19 @@ use urpm 'file_from_local_medium'; +=head1 NAME + +urpm::removable - Removable media routines for urpmi + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=over + +=cut + + sub file_or_synthesis_dir { my ($medium, $o_url) = @_; @@ -153,3 +166,15 @@ sub _blist_first_url { } 1; + +__END__ + +=back + +=head1 COPYRIGHT + +Copyright (C) 2005 MandrakeSoft SA + +Copyright (C) 2005-2010 Mandriva SA + +=cut |