summaryrefslogtreecommitdiffstats
path: root/misc/docs_errors.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/docs_errors.pl')
-rwxr-xr-xmisc/docs_errors.pl4
1 files changed, 2 insertions, 2 deletions
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;