diff options
author | ville <ville@localhost> | 2009-06-29 14:37:08 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-06-29 14:37:08 +0000 |
commit | bf260d9ceb164343089f1758e9a66917a0640bee (patch) | |
tree | 3c436274fd70a0c1ea21971df251f985d1040cbe /misc | |
parent | 29d079db695298c3e7af005fa28e28871c29baa3 (diff) | |
download | markup-validator-bf260d9ceb164343089f1758e9a66917a0640bee.zip markup-validator-bf260d9ceb164343089f1758e9a66917a0640bee.tar.gz markup-validator-bf260d9ceb164343089f1758e9a66917a0640bee.tar.bz2 |
Drop $HAVE_IPC_RUN (unused).
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/docs_errors.pl | 4 |
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; |