diff options
Diffstat (limited to 'staticweb/man.pl')
-rwxr-xr-x | staticweb/man.pl | 3 |
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; |