summaryrefslogtreecommitdiffstats
path: root/staticweb/man.pl
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-17 09:01:10 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-17 09:01:10 +0800
commita8f3733699ae923bc78576e283146069e0036900 (patch)
tree734554d847549d40d6fbbcd543c797aaee056676 /staticweb/man.pl
parent2d3fede0dcd6ef7ca79a71ddf434687f096d4b6b (diff)
downloadpttbbs-a8f3733699ae923bc78576e283146069e0036900.tar
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.gz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.bz2
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.lz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.xz
pttbbs-a8f3733699ae923bc78576e283146069e0036900.tar.zst
pttbbs-a8f3733699ae923bc78576e283146069e0036900.zip
remove HTML::Calendar::Simple
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1103 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'staticweb/man.pl')
-rwxr-xr-xstaticweb/man.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/staticweb/man.pl b/staticweb/man.pl
index 7d33ee5a..729a78d1 100755
--- a/staticweb/man.pl
+++ b/staticweb/man.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: man.pl,v 1.8 2003/07/07 04:17:58 in2 Exp $
+# $Id$
use CGI qw/:standard/;
use lib qw/./;
use LocalVars;
@@ -8,7 +8,6 @@ use strict;
use Data::Dumper;
use Date::Calc qw(:all);
use Template;
-use HTML::Calendar::Simple;
use OurNet::FuzzyIndex;
use Data::Serializer;
use Encode;