From 96894ddeb03e4e715bf232efd4e296b7bcf8ec2a Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 27 Aug 2003 21:00:44 +0000 Subject: [PATCH] comment: url for CGI::Request installation git-svn-id: svn://10.0.0.236/trunk@146392 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/graph.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/graph/graph.cgi b/mozilla/webtools/graph/graph.cgi index 24eb81e4d7f..66e6d7557a3 100755 --- a/mozilla/webtools/graph/graph.cgi +++ b/mozilla/webtools/graph/graph.cgi @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- Mode: perl; indent-tabs-mode: nil -*- use CGI::Carp qw(fatalsToBrowser); -use CGI::Request; +use CGI::Request; # http://stein.cshl.org/WWW/software/CGI::modules/ use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/ my $req = new CGI::Request;