From cacb329cadd72547cb886b0b785c3cc16e4aa590 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:45:07 +0000 Subject: split POD documentation --- urpm/sys.pm | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'urpm/sys.pm') diff --git a/urpm/sys.pm b/urpm/sys.pm index 0bdad0d2..e615b215 100644 --- a/urpm/sys.pm +++ b/urpm/sys.pm @@ -11,6 +11,18 @@ use POSIX (); (our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; +=head1 NAME + +urpm::sys - OS-related routines for urpmi + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=over + +=cut + #- get the list of packages that should not be upgraded or installed, #- typically from the inst.list or skip.list files. sub get_packages_list { @@ -369,13 +381,7 @@ sub move_or_die { __END__ -=head1 NAME - -urpm::sys - OS-related routines for urpmi - -=head1 SYNOPSIS - -=head1 DESCRIPTION +=back =head1 COPYRIGHT -- cgit v1.2.1