diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index ccad02480..1865d25b8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -575,7 +575,7 @@ sub setup_thiskind_backend { my @l; if (!$::noauto) { @l = modules::load_thiskind($type, $wait_function ); - return @l;# DAMS SUCKERY if $auto && (@l || !$at_least_one); + return @l;# sorry to be a sucker, pixel... :) } } |