On 09/24/2013 11:29 AM, Николай Кинаш wrote: > Hi all. > > my conf.yaml > > .... > #template: 'simple' > template: 'template_toolkit' > .... > > # ./bin/app.pl > core - template - Template is needed by Dancer::Template::TemplateToolkit > at /usr/local/lib/perl5/site_perl/5.12/Dancer/Template.pm line 16. > BEGIN failed--compilation aborted at ./bin/app.pl line 2. > > What`s wrong? >
You need to install Template Toolkit (module name Template): https://metacpan.org/module/Template Regards Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
