summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-05-26 11:30:33 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-26 22:01:47 +0200
commit0985e8b3c81ec15517cdd5027570207a19adffea (patch)
treeb87f9b95eb39e6ee59e9ef4e4c3bb15e5b9de6fc
parent4682e310e69f5c5588a8c94e0cacde87ceed12b8 (diff)
downloaddrakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar
drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.gz
drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.bz2
drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.xz
drakx-0985e8b3c81ec15517cdd5027570207a19adffea.zip
add missing headers
-rw-r--r--perl-install/fs/dmcrypt.pm2
-rw-r--r--perl-install/fs/dmraid.pm2
-rw-r--r--perl-install/interactive.pm2
-rw-r--r--perl-install/lvm.pm2
-rw-r--r--perl-install/raid.pm2
-rw-r--r--perl-install/ugtk3.pm2
6 files changed, 12 insertions, 0 deletions
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<interactive> 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<ugtk3> enables to write GUIes using Gtk+3. It adds nice wrappers on top of
L<Gtk3>, notably gtkpowerpack() and its children gtkpack*()
+=head1 Functions
+
=cut
$border = 5;