From 0985e8b3c81ec15517cdd5027570207a19adffea Mon Sep 17 00:00:00 2001 From: "Thierry.Vignaud" Date: Mon, 26 May 2014 11:30:33 +0200 Subject: add missing headers --- perl-install/fs/dmcrypt.pm | 2 ++ perl-install/fs/dmraid.pm | 2 ++ perl-install/interactive.pm | 2 ++ perl-install/lvm.pm | 2 ++ perl-install/raid.pm | 2 ++ perl-install/ugtk3.pm | 2 ++ 6 files changed, 12 insertions(+) diff --git a/perl-install/fs/dmcrypt.pm b/perl-install/fs/dmcrypt.pm index f26bad391..69f32920d 100644 --- a/perl-install/fs/dmcrypt.pm +++ b/perl-install/fs/dmcrypt.pm @@ -15,6 +15,8 @@ use run_program; Manage encrypted file systems using cryptsetup +=head1 Functions + =over =cut diff --git a/perl-install/fs/dmraid.pm b/perl-install/fs/dmraid.pm index 657899b13..fef4187d4 100644 --- a/perl-install/fs/dmraid.pm +++ b/perl-install/fs/dmraid.pm @@ -18,6 +18,8 @@ use run_program; Manage fake RAIDs using dmraid +=head1 Functions + =over =item init() diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index b24c67e7f..0ced6c6f5 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -17,6 +17,8 @@ interactive - a GUI layer with multiple backend (text console, Gtk+ GUI, web) B enables to write GUIes that will work everywhere: +=head1 Functions + =over 4 =item * text console diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index 006dbb087..710e3167d 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -16,6 +16,8 @@ use run_program; Manage LVM (PV, VG, LV) +=head1 Functions + =over 4 =cut diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 6ae99a8d8..c9f974946 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -17,6 +17,8 @@ use modules; Manage regular soft RAID (MD=Multiple Drive). +=head1 Functions + =over =cut diff --git a/perl-install/ugtk3.pm b/perl-install/ugtk3.pm index b16e0a46b..0620c930d 100644 --- a/perl-install/ugtk3.pm +++ b/perl-install/ugtk3.pm @@ -45,6 +45,8 @@ use Gtk3; B enables to write GUIes using Gtk+3. It adds nice wrappers on top of L, notably gtkpowerpack() and its children gtkpack*() +=head1 Functions + =cut $border = 5; -- cgit v1.2.1