This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'const_posix_invlists' into blead
[perl5.git] / h2pl / mkvars
index c6b5ad1..ffb0f0b 100644 (file)
@@ -19,7 +19,7 @@ foreach $include (@ARGV) {
            $val = eval "&$var;";
            if ($@) {
                warn "$@: $_";
-               print <<EOT
+               print <<EOT;
 warn "\$$var isn't correctly set" if defined \$_main{'$var'};
 EOT
                next;