Documentation improvements from Gavin henry for View::TT
[catagits/Catalyst-View-TT.git] / Makefile.PL
index 99f138e..6a905ed 100644 (file)
@@ -4,9 +4,10 @@ WriteMakefile(
     NAME      => 'Catalyst::View::TT',
     AUTHOR    => 'Sebastian Riedel (sri@oook.de)',
     PREREQ_PM => {
-        Catalyst        => '4.00',
+        Catalyst        => '5.5',
         Template        => 0,
-        Template::Timer => 0
+        Template::Timer => 0,
+        Path::Class     => 0,
     },
     VERSION_FROM => 'lib/Catalyst/View/TT.pm'
 );