I recommend installing (via bootstrap) local::lib<http://search.cpan.org/dist/local-lib/lib/local/lib.pm>first, which installs cpan into ~/perl5 and avoids sudo which can mess with the system perl.
>From within cpan, type "i /XML::Template/" without the quotes to see a list of matching modules. Rick Bychowski On Tue, Jul 26, 2011 at 6:06 PM, Oliver Ruebenacker <[email protected]>wrote: > Hello, > > I just installed TT on a Mac OSX laptop using > > sudo cpan Template > > I got ttree to run, but it complains about the XML.DOMmodule > missing. So I tried > > sudo cpan XML::Template > > but it complains that it does not know what XML::Template is. How > else would I do that? Thanks! > > Take care > Oliver > > -- > Oliver Ruebenacker, Computational Cell Biologist > Systems Biology Linker at Virtual Cell (http://vcell.org/sybil) > Turning Knowledge Data into Models > Center for Cell Analysis and Modeling > http://www.oliver.curiousworld.org > > _______________________________________________ > templates mailing list > [email protected] > http://mail.template-toolkit.org/mailman/listinfo/templates >
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
