Subject: | make test (eval.t) |
When running the make test portion of the install I had to add 'use Template;' to get the script to run. This is on Fedora Linux (Core 2). The following is the error message I received before the fix:
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load....ok 1/1# Testing Template::Timer 0.04
t/00-load....ok
t/eval.......ok 1/2Can't locate object method "new" via package "Template" at t/eval.t line 12.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
t/eval.......dubious
Test returned status 255 (wstat 65280, 0xff00)
Scalar found where operator expected at (eval 155) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/pod........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/eval.t 255 65280 2 2 100.00% 2
Failed 1/3 test scripts, 66.67% okay. 1/4 subtests failed, 75.00% okay.