From 2615041bf7c763b356982299b54732eb2c3b1b3f Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 22 Jul 2007 09:49:22 +0000 Subject: * dropped our own implementation of glob() - that was a fix at the wrong place. We now explicitly ecode the string before we are printing it. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1271 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lib/OpenSLX') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index d26cf195..6c4fa87e 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -31,12 +31,11 @@ $VERSION = 1.01; &checkFlags &instantiateClass &addCleanupFunction &removeCleanupFunction - &glob ); our (%openslxConfig, %cmdlineConfig, %openslxPath); -use subs qw(die warn glob); +use subs qw(die warn); use open ':utf8'; @@ -469,14 +468,6 @@ sub _doThrowOrWarn return; } -# ------------------------------------------------------------------------------ -sub glob -{ - return map { - decode('utf8', $_); - } (File::Glob::bsd_glob(@_)); -} - # ------------------------------------------------------------------------------ sub checkFlags { -- cgit v1.2.3-55-g7522