summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-06 21:43:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-06 21:43:01 +0000
commite227f3e3a1fd834f04221c84bb75166c49af54af (patch)
tree171b3b2c01e412f3ba72ca1a259e30efcbaefde8
parent9001e5c9e7e4235d81d73b92a48c57785374f97e (diff)
downloaddrakx-e227f3e3a1fd834f04221c84bb75166c49af54af.tar
drakx-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.gz
drakx-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.bz2
drakx-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.xz
drakx-e227f3e3a1fd834f04221c84bb75166c49af54af.zip
perl_checker compliance
-rw-r--r--perl-install/services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index 099241bd2..86657fd3e 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -178,7 +178,7 @@ sub ask_install {
},
get_info => sub { formatLines(description($_[0])) },
interactive_help_id => 'configureServices',
- }) or return ($l, $on_services); #- no change on cancel.
+ }) or return $l, $on_services; #- no change on cancel.
[ grep { $services{$_} } @$l ];
}