summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2003-10-08 04:09:05 +0000
committerivan <ivan>2003-10-08 04:09:05 +0000
commit8950be198d09bf5e9e0959fe2b55726be63a2397 (patch)
tree347d3e20b2dd0eb20f31c9246ba8fdea060e9e27 /htetc
parenta5d29a11e284cbe0283e5a104b1c87189edc85c0 (diff)
can't use File::Basename::basename for windows filenames! use a regex instead
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa1
-rw-r--r--htetc/handler.pl1
2 files changed, 0 insertions, 2 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index ee5cfcb..2e31be3 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -9,7 +9,6 @@ use CGI 2.47;
use Date::Format;
use Date::Parse;
use Time::Local;
-use File::Basename;
use Tie::IxHash;
use HTML::Entities;
use IO::Handle;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index b007353..ba73bcf 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -67,7 +67,6 @@ sub handler
use Date::Format;
use Date::Parse;
use Time::Local;
- use File::Basename;
use Tie::IxHash;
use HTML::Entities;
use IO::Handle;