Bug 7062 - squid: fix dependency on shellwords.pl
Summary: squid: fix dependency on shellwords.pl
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: squid (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Denis Ovsienko
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-11 12:04 MSD by at@altlinux.org
Modified: 2005-06-29 12:32 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description at@altlinux.org 2005-06-11 12:04:53 MSD
alt-req-shellwords.patch:
--- wbinfo_group.pl-	2004-02-17 22:37:51 +0000
+++ wbinfo_group.pl	2005-06-11 08:01:57 +0000
@@ -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;
Comment 1 Denis Ovsienko 2005-06-15 14:07:04 MSD
Будет в следующей сборке.
Comment 2 Denis Ovsienko 2005-06-24 17:03:49 MSD
2.5.STABLE10-alt1