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/removable.pm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'urpm/removable.pm') 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 -- cgit v1.2.1