From 73c851144720e28b21a491b6250385170db9d752 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Apr 2003 19:00:12 +0000 Subject: perl_checker adaptations + fixes --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index a421c603c..5c50333dc 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -215,7 +215,7 @@ my %fs2type = reverse %type2fs; 1; -sub important_types { +sub important_types() { my @l = (@important_types, if_($::expert, @important_types2, sort values %types)); difference2(\@l, \@bad_types); } -- cgit v1.2.1