Subject: | compilation failed: bareword not allowed |
OS: WinXP Pro SP3
Perl: This is perl, v5.8.8 built for MSWin32-x86-multi-thread
HTML::Template::Pluggable: 0.17
Given this script:
[code]
#!/usr/bin/perl
use strict;
use warnings;
use HTML::Template::Plugin::Dot;
exit(0);
[/code]
these errors occur:
[quote]
Bareword "HTML::Template::LOOP::PARAM_SET" not allowed while "strict
subs" in use at C:/Perl/site/lib/HTML/Template/Plugin/Dot.pm line 56.
Bareword "HTML::Template::LOOP::TEMPLATE_HASH" not allowed while "strict
subs" in use at C:/Perl/site/lib/HTML/Template/Plugin/Dot.pm line 71.
Bareword "HTML::Template::LOOP::TEMPLATE_HASH" not allowed while "strict
subs" in use at C:/Perl/site/lib/HTML/Template/Plugin/Dot.pm line 71.
Compilation failed in require at
C:\Apache\cgi-bin\bulletinboard\test\htp_dot.pl line 5.
BEGIN failed--compilation aborted at
C:\Apache\cgi-bin\bulletinboard\test\htp_dot.pl line 5.
[/quote]
HTH, Alex