diff options
author | ivan <ivan> | 2003-10-08 04:09:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-08 04:09:03 +0000 |
commit | a268f88b636350b133f6beccd36fa29190253793 (patch) | |
tree | 75a3dee73c3f0cabc69d99b69517c976f88cab19 /htetc/handler.pl | |
parent | d6b6ebe59d9200d5dca8e33cfe3c32bc23e7c9b3 (diff) |
can't use File::Basename::basename for windows filenames! use a regex instead
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 48bd94e96..9604e05f6 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -66,7 +66,6 @@ sub handler #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; - use File::Basename; use Tie::IxHash; use HTML::Entities; use IO::Handle; |