Esteemed monks,
In my RH8.0 machine with Perl 5.8.1 I have tried installing Template Toolkit - basically so I can look at some of the examples given in various articles and tutorials on Class::DBI.
But I get one simple error at the end of the process which I cannot get past. The result of 'make test' is in the readmore.
[root@posiedon3 Template-Toolkit-2.10]# make test
make[1]: Entering directory `/home/johnday/.cpan/build/Template-Toolki
+t-2.10/xs'
make[1]: Leaving directory `/home/johnday/.cpan/build/Template-Toolkit
+-2.10/xs'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "
+test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/args...........ok
t/autoform.......ok 20/25FAILED 21: - template text 9 did not match e
+xpected
t/autoform.......FAILED test 21
Failed 1/25 tests, 96.00% okay
t/base...........ok
t/binop..........ok
t/block..........ok
t/blocks.........ok
t/capture........ok
t/case...........ok
t/cgi............ok
t/chomp..........ok
t/compile1.......ok
t/compile2.......ok
t/compile3.......ok
t/compile4.......ok
t/compile5.......ok
t/config.........ok
t/constants......ok
t/context........ok
t/datafile.......ok
t/date...........ok
t/dbi............ok
t/debug..........ok
t/directive......ok
t/directry.......ok
t/document.......ok
t/dom............skipped
all skipped: XML::DOM v1.27 or later not installed
t/domview........skipped
all skipped: XML::DOM v1.27 or later not installed
t/dumper.........ok
t/error..........ok
t/evalperl.......ok
t/exception......ok
t/factory........ok
t/file...........ok
t/filter.........ok
t/foreach........ok
t/format.........ok
t/gd.............skipped
all skipped: GD module(s) not installed
t/gdgraph........skipped
all skipped: GD module(s) not installed
t/gdgraph3d......skipped
all skipped: GD module(s) not installed
t/gdtext.........skipped
all skipped: GD module(s) not installed
t/gdtextalign....skipped
all skipped: GD module(s) not installed
t/gdtextwrap.....skipped
all skipped: GD module(s) not installed
t/html...........ok
t/image..........skipped
all skipped: Neither Image::Info nor Image::Size installed
t/include........ok
t/iterator.......ok
t/latex2dvi......ok
t/latex2pdf......ok
t/latex2ps.......ok
t/leak...........ok
t/list...........ok
t/macro..........ok
t/object.........ok
t/output.........ok
t/parser.........ok
t/plugins........ok
t/plusfile.......ok
t/pod............skipped
all skipped: Pod::POM not installed
t/prefix.........ok
t/proc...........ok
t/process........ok
t/provider.......ok
t/ref............ok
t/rss............ok
t/service........ok
t/skel...........ok
t/stash-xs.......ok
t/stash..........ok
t/stashc.........ok
t/stop...........ok
t/strcat.........ok
t/string.........ok
t/switch.........ok
t/table..........ok
t/tags...........ok
t/template.......ok
t/text...........ok
t/throw..........ok
t/tiedhash.......ok
t/try............ok
t/url............ok
t/vars...........ok
t/varsv1.........ok
t/view...........ok
t/vmeth..........ok
t/while..........ok
t/wrap...........ok
t/wrapper........ok
t/xmlstyle.......ok
t/xpath..........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------
+---------
t/autoform.t 25 1 4.00% 21
10 tests skipped.
Failed 1/90 test scripts, 98.89% okay. 1/2585 subtests failed, 99.96%
+okay.
make: *** [test_dynamic] Error 255
If anybody can offer any adive I would be grateful.
jdtoronto