diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 11:30:33 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 22:01:47 +0200 |
commit | 0985e8b3c81ec15517cdd5027570207a19adffea (patch) | |
tree | b87f9b95eb39e6ee59e9ef4e4c3bb15e5b9de6fc /perl-install/raid.pm | |
parent | 4682e310e69f5c5588a8c94e0cacde87ceed12b8 (diff) | |
download | drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.gz drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.bz2 drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.xz drakx-0985e8b3c81ec15517cdd5027570207a19adffea.zip |
add missing headers
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r-- | perl-install/raid.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |