Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1573912
 поиск   регистрация   авторизация 
 
Группа :: Система/Серверы
Пакет: squid

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

Патч: squid-2.5.STABLE10-alt-perlreq.patch


diff -urN squid-2.5.STABLE10.orig/helpers/external_acl/wbinfo_group/wbinfo_group.pl squid-2.5.STABLE10/helpers/external_acl/wbinfo_group/wbinfo_group.pl
--- squid-2.5.STABLE10.orig/helpers/external_acl/wbinfo_group/wbinfo_group.pl	2004-02-18 01:37:51 +0300
+++ squid-2.5.STABLE10/helpers/external_acl/wbinfo_group/wbinfo_group.pl	2005-06-24 14:25:18 +0400
@@ -17,7 +17,7 @@
 #
 
 # external_acl uses shell style lines in it's protocol
-require 'shellwords.pl';
+use Text::ParseWords qw(shellwords);
 
 # Disable output buffering
 $|=1;           
 
design & coding: Vladimir Lettiev aka crux © 2004-2005