Oliver Ruebenacker wrote:
Dear friends,Yes, installation of the Perl Template Toolkit itself is easy with yum, but finding the necessary plugins is not. PTT (command: ttree) tells me: ! plugin error - XML.DOM: plugin not found I already installed perl-XML-DOM via yum and a bunch of other packages that I thought might be related, but it does not help. Any one knows what I am missing? Thanks!
You need the Template::Plugin::XML::DOM module, which is included in the Template-XML distribution.
http://search.cpan.org/dist/Template-XML/ Dave... _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
