summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/sendfeedback.pl4
-rwxr-xr-xmisc/docs_errors.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/sendfeedback.pl b/httpd/cgi-bin/sendfeedback.pl
index ce8d7df..2dd9032 100755
--- a/httpd/cgi-bin/sendfeedback.pl
+++ b/httpd/cgi-bin/sendfeedback.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -T
##
## feedback generator for W3C Markup Validation Service
-# # $Id: sendfeedback.pl,v 1.11 2009-06-29 14:33:38 ville Exp $
+# # $Id: sendfeedback.pl,v 1.12 2009-06-29 14:37:08 ville Exp $
## Pragmas.
use strict;
@@ -15,7 +15,7 @@ use File::Spec::Functions qw(catfile);
use HTML::Template 2.6 qw();
use Config::General 2.32 qw(); # Need 2.32 for <msg 0>, rt.cpan.org#17852
-use vars qw($DEBUG $CFG %RSRC $VERSION $HAVE_IPC_RUN);
+use vars qw($DEBUG $CFG %RSRC $VERSION);
# Define global constants
use constant TRUE => 1;
use constant FALSE => 0;
diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl
index a7ecd23..28ae8e4 100755
--- a/misc/docs_errors.pl
+++ b/misc/docs_errors.pl
@@ -2,7 +2,7 @@
##
## Generates HTML documentation of error messages and explanations
## for W3C Markup Validation Service
-## $Id: docs_errors.pl,v 1.10 2009-06-29 14:35:22 ville Exp $
+## $Id: docs_errors.pl,v 1.11 2009-06-29 14:37:08 ville Exp $
## Pragmas.
use strict;
@@ -15,7 +15,7 @@ use File::Spec::Functions qw(catfile);
use HTML::Template 2.6 qw();
use Config::General 2.32 qw(); # Need 2.32 for <msg 0>, rt.cpan.org#17852
-use vars qw($DEBUG $CFG $VERSION $HAVE_IPC_RUN);
+use vars qw($DEBUG $CFG $VERSION);
# Define global constants
use constant TRUE => 1;
use constant FALSE => 0;