Hi,

I'm pretty new to Linux and Perl.
I plan to use BINS ( Gallery generator ), this base itself on HTML::Template.
While installing it via CPAN module it failed on the 'make test'.
Here is the output:

<
.
.
ok 47
ok 48
ok 49
ok 50
HTML::Template->new() : Unknown or unmatched TMPL construct at /fake/path/for/non/file/template : line 7. at blib/lib/HTML/Template.pm line 2231.
make: *** [test_dynamic] Error 255
>

After hacking in the Template.pm, I print the $chunk and the $which in the _parse subroutine.
I print $chunk after line n� 1767 and $which after line 1912.
Here is what i get
<
MORE DEBUG chunk : <TMPL_VAR NAME="ADJECTIVE"> simple template.

MORE DEBUG which : T0B5AR
HTML::Template->new() : Unknown or unmatched TMPL construct at /fake/path/for/non/file/template : line 7. at blib/lib/HTML/Template.pm line 2231.
make: *** [test_dynamic] Error 255
>

I conitnue to dig but still in the dark ...
So it look's like the parsing as problem.
I run on a RedHat 8.0 distro.
In english, but with Belgium keyboard.

Any idea ?

Thanks

Constant



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to