From 1602968a9b23e7864dba87add06c015788599915 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Aug 2004 02:06:12 +0000 Subject: return a true value for perl --- perl-install/fs/get.pm | 2 ++ perl-install/fs/mount_options.pm | 2 ++ 2 files changed, 4 insertions(+) (limited to 'perl-install/fs') diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index 5b5b75077..3ac3ba0b4 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -126,3 +126,5 @@ sub up_mount_point { $_->{mntpoint} eq $mntpoint and return $_ foreach @$fstab; } } + +1; diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 0e5d2519f..66d434d0e 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -246,3 +246,5 @@ sub set_all_default { set_default($part, %opts); } } + +1; -- cgit v1.2.1