On Fri, 14 Oct 2011, Chris Travers wrote:
Louis: If you could still run:
perl -e 'eval { require Template::Latex } || print "Failed: $@ \n"'
Not very interesting:
$ perl -e 'eval { require Template::Latex } || print "Failed: $@ \n"'
$
That would tell me more than the previous error what's going wrong.... I believe there was a typo in my patch that was preventing the real error from printing in your logs. Best Wishes, Chris Travers