Documentation improvements from Gavin henry for View::TT
[catagits/Catalyst-View-TT.git] / Makefile.PL
index cda8013..6a905ed 100644 (file)
@@ -6,7 +6,8 @@ WriteMakefile(
     PREREQ_PM => {
         Catalyst        => '5.5',
         Template        => 0,
-        Template::Timer => 0
+        Template::Timer => 0,
+        Path::Class     => 0,
     },
     VERSION_FROM => 'lib/Catalyst/View/TT.pm'
 );