diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-23 08:25:28 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-23 08:25:28 +0000 |
commit | e87825c1c91e667ad93869d57c2bfdb895e98cb6 (patch) | |
tree | c692aa715cfffe87fd17d095eefc4bc0c1c3f6c4 | |
parent | 8db31ddc772dc8620992e9c80e5cc4b855dccac9 (diff) | |
download | perl-MDV-Distribconf-e87825c1c91e667ad93869d57c2bfdb895e98cb6.tar perl-MDV-Distribconf-e87825c1c91e667ad93869d57c2bfdb895e98cb6.tar.gz perl-MDV-Distribconf-e87825c1c91e667ad93869d57c2bfdb895e98cb6.tar.bz2 perl-MDV-Distribconf-e87825c1c91e667ad93869d57c2bfdb895e98cb6.tar.xz perl-MDV-Distribconf-e87825c1c91e667ad93869d57c2bfdb895e98cb6.zip |
- add empty line to fix pod doc
-rw-r--r-- | lib/MDV/Distribconf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index 52fe2d3..4111f98 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -508,6 +508,7 @@ sub getfullpath { my $path = $distrib->getpath(@_) or return; return $distrib->getpath(undef, 'root') . '/' . $path; } + =head2 $distrib->getfullmediapath($media, $var) This function does the same than getpath except it return the path proper |