View::TT, updated MANIFEST
[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 => {
7d8aa5ec 7 Catalyst => '5.5',
8077080c 8 Template => 0,
e2bbd784 9 Template::Timer => 0,
10 Path::Class => 0,
8077080c 11 },
12 VERSION_FROM => 'lib/Catalyst/View/TT.pm'
13);