View::TT, updated docs to show correct config syntax
[catagits/Catalyst-View-TT.git] / Makefile.PL
CommitLineData
8077080c 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Catalyst::View::TT',
5 AUTHOR => 'Sebastian Riedel (sri@oook.de)',
6 PREREQ_PM => {
becb7ac2 7 Catalyst => '5.00',
8077080c 8 Template => 0,
9 Template::Timer => 0
10 },
11 VERSION_FROM => 'lib/Catalyst/View/TT.pm'
12);