Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515190
en ru br
Репозитории ALT
S:2.7.0-alt1
5.1: 2.5.27-alt1
4.1: 2.5.23-alt1
4.0: 2.5.18-alt2
3.0: 2.5.13-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:2.5.25

Группа :: Графические оболочки/FVWM-подобные
Пакет: fvwm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: fvwm-2.6.5-alt-perl-syntax.patch
Скачать


--- fvwm/modules/FvwmConsole/FvwmConsoleC.pl.in
+++ fvwm/modules/FvwmConsole/FvwmConsoleC.pl.in
@@ -152,7 +152,7 @@ sub read_config {
 	    $key = $keys[1].$keys[2].$keys[3];
 	    $val = $vals[2].$vals[3].$vals[4];
 
-	    if( defined %{$User::{$hash}} ) {
+	    if( %{$User::{$hash}} ) {
             User::bind( $hash, $key, $val );
 		  }
     }
@@ -430,7 +430,7 @@ sub main::input {
 	my($init_in,$op);
 
 	$off = 0 if( !defined $off );
-	*hist = *main::Hist if( ! defined @hist );
+	*hist = *main::Hist if( ! @hist );
 	$isp = ++$#hist ;
 	$wisp = $isp;
 	if( -f "/vmunix" ) {
@@ -714,7 +714,7 @@ sub bind {
     # if there is no arguments, then list them
 	my($hash,$key,$val) = @_;
 	my( $mod,$chr,$v2,$k,$cnt );
-	if( defined %{$hash} ) {
+	if( %{$hash} ) {
 		$k = $key;
 	    if( $hash eq "Key" ) {
 			($v2 = $val) =~ s/\s*[\(;].*//;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin