From 7c1ceb3fabb6a668d9c286a19b7002f8bd60555b Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 3 Jan 2005 01:25:27 +0000 Subject: [PATCH] Removed excessive: require CGI; --- Project.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.pm b/Project.pm index ab40eb7..b18391c 100644 --- a/Project.pm +++ b/Project.pm @@ -24,6 +24,7 @@ use strict; use warnings; use My::Web; +require CGI; use Exporter; our @EXPORT=qw(); -- 1.8.3.1