diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-06 21:43:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-06 21:43:01 +0000 |
commit | e227f3e3a1fd834f04221c84bb75166c49af54af (patch) | |
tree | 171b3b2c01e412f3ba72ca1a259e30efcbaefde8 /perl-install | |
parent | 9001e5c9e7e4235d81d73b92a48c57785374f97e (diff) | |
download | drakx-backup-do-not-use-e227f3e3a1fd834f04221c84bb75166c49af54af.tar drakx-backup-do-not-use-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.gz drakx-backup-do-not-use-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.bz2 drakx-backup-do-not-use-e227f3e3a1fd834f04221c84bb75166c49af54af.tar.xz drakx-backup-do-not-use-e227f3e3a1fd834f04221c84bb75166c49af54af.zip |
perl_checker compliance
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/services.pm | 2 |
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 ]; } |