TT3 requires a modern-ish version of Perl. 5.8 onwards is fine. The TT3 source code repository is here:
http://github.com/abw/Template-TT3You'll also need the latest version of Badger from:
http://github.com/abw/BadgerDo Badger first, then TT3.
Badger
$ git clone git://github.com/abw/Badger.git $ cd Badger $ perl Makefile.PL $ make $ make test $ sudo make install $ cd ..
Note that Badger is now quite mature, thoroughly tested and well documented. It has its own web site here:
http://badgerpower.com/TT3
$ git clone git://github.com/abw/Template-TT3.git $ cd Template-TT3 $ perl Makefile.PL $ make $ make test $ sudo make install $ cd..
Don't be surprised if some TT3 tests fail - they're there to remind me that I've got things to do/fix. At last count it was 8/2068 tests failing but that may have changed by the time you read this. See the t/README file for up-to-date information.