On Fri, Aug 03, 2001 at 11:42:41AM +0100, Leon Brocard wrote: > In my quest for TT to become more and more like Perl6, I kinda agree
...or do you mean Perl6 to become more like TT? :-) > with Larry here. TT currently comes with a lot of plugins which makes > testing and installation tricky and long. How about we have a "just > TT" base module and then "base TT" set of modules which contain simple > things (not GD stuff, for example) and then a series of "yet another > TT plugin" packages. Totally agree. My concern is that if Joe Random Hacker has to go through a tedious installation process for TT + a dozen extra modules then it might be a real turn off. For this to work well, I think we need a Template::MakeMaker which is built site-local when TT core is first installed. This should encapsulate TT installation dirs for modules/libraries/applications and so on that require to install additional (non-perl) components. Unless anyone wants to tackle it now, I think this is something to plan for v3. A
