use constant EMPTY_STRING => q{};
use constant SPACE => q{ };
+{ #<<< A non-indenting brace to contain all lexical variables
+
# class variables
my (
$html_pre_fh->print("$html_line\n");
return;
} ## end sub write_line
+
+} ## end package Perl::Tidy::HtmlWriter
1;
use constant EMPTY_STRING => q{};
use constant SPACE => q{ };
+{ #<<< A non-indenting brace to contain all lexical variables
+
# Parent sequence number of tree of containers; must be 1
use constant SEQ_ROOT => 1;
'<' => '>',
);
} ## end BEGIN
+
+} ## end package Perl::Tidy::Tokenizer
1;