X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2d42524d0c43bdd42a0c52ce54d28f0c52081831;hb=93c63aff864556215576bac8da1332e90cd7d6cb;hp=01cb6f7cfb83a53a63de4144c0b215bd3a25b077;hpb=e0bcfc9869d6c49c33d43aced9165d1df2a434bb;p=catagits%2FCatalyst-View-TT.git diff --git a/Makefile.PL b/Makefile.PL index 01cb6f7..2d42524 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,7 @@ requires 'Path::Class' => 0; requires 'MRO::Compat' => 0; test_requires 'Test::More'; +test_requires 'File::Spec'; auto_install; resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-TT.git';