Template-Latex v2.17 -------------------- The Template-Latex modules add LaTeX support for the Template Toolkit. They allow you to create LaTeX documents using the full power of the Template Toolkit. The generated output can then be filtered through the 'latex', 'pdflatex' and/or 'dvips' programs to create PDF, DVI and PostScript documents. To use the Template-Latex module you'll first need to install LaTeX on your system and make sure the above programs are available. Answer the following questions to confirm their locations, then run 'make', 'make test' and 'make install'. latex path [] pdflatex path [] dvips path [] Checking if your kit is complete... Looks good Writing Makefile for Template-Latex cp lib/Template/Plugin/Latex.pm blib/lib/Template/Plugin/Latex.pm cp lib/Template/Latex.pm blib/lib/Template/Latex.pm Manifying blib/man3/Template::Plugin::Latex.3 Manifying blib/man3/Template::Latex.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/latex........ok t/latex2dvi....Template process failed: latex error - latex cannot be found, please specify its location FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la... FAILED 5: - (obviously did not match expected) Template process failed: latex error - latex cannot be found, please specify its location FAILED 6: - template text 2 process FAILED: [% USE Latex format="dvi";\n ou... FAILED 7: - (obviously did not match expected) FAILED 9: - template text 3 did not match expected FAILED tests 4-7, 9 Failed 5/9 tests, 44.44% okay t/latex2pdf....Template process failed: latex error - pdflatex cannot be found, please specify its location FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la... FAILED 5: - (obviously did not match expected) Template process failed: latex error - pdflatex cannot be found, please specify its location FAILED 6: - template text 2 process FAILED: [% USE Latex format="pdf";\n ou... FAILED 7: - (obviously did not match expected) FAILED 9: - template text 3 did not match expected FAILED tests 4-7, 9 Failed 5/9 tests, 44.44% okay t/latex2ps.....Template process failed: latex error - latex cannot be found, please specify its location FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la... FAILED 5: - (obviously did not match expected) Template process failed: latex error - latex cannot be found, please specify its location FAILED 6: - template text 2 process FAILED: [% USE Latex format="ps";\n out... FAILED 7: - (obviously did not match expected) FAILED 9: - template text 3 did not match expected FAILED tests 4-7, 9 Failed 5/9 tests, 44.44% okay t/output.......Template process failed: latex error - pdflatex cannot be found, please specify its location FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi... FAILED 5: - (obviously did not match expected) Template process failed: latex error - latex cannot be found, please specify its location FAILED 6: - template text 2 process FAILED: [% USE Latex;\n FILTER latex(ou... FAILED 7: - (obviously did not match expected) Template process failed: latex error - latex cannot be found, please specify its location FAILED 8: - template text 3 process FAILED: [% USE Latex;\n FILTER latex(fi... FAILED 9: - (obviously did not match expected) FAILED tests 4-9 Failed 6/9 tests, 33.33% okay t/plugin.......FAILED 15: - template text 6 did not match expected FAILED 17: - template text 7 did not match expected FAILED 19: - template text 8 did not match expected FAILED 21: - template text 9 did not match expected FAILED 23: - template text 10 did not match expected FAILED 25: - template text 11 did not match expected FAILED 27: - template text 12 did not match expected FAILED 29: - template text 13 did not match expected FAILED 31: - template text 14 did not match expected FAILED 33: - template text 15 did not match expected FAILED 35: - template text 16 did not match expected FAILED 37: - template text 17 did not match expected FAILED 39: - template text 18 did not match expected FAILED tests 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39 Failed 13/39 tests, 66.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/latex2dvi.t 9 5 55.56% 4-7 9 t/latex2pdf.t 9 5 55.56% 4-7 9 t/latex2ps.t 9 5 55.56% 4-7 9 t/output.t 9 6 66.67% 4-9 t/plugin.t 39 13 33.33% 15 17 19 21 23 25 27 29 31 33 35 37 39 Failed 5/6 test scripts, 16.67% okay. 34/88 subtests failed, 61.36% okay. make: *** [test_dynamic] Error 25