the class used to create the TT object can now be customized
[catagits/Catalyst-View-TT.git] / Makefile.PL
index eed92e1..01cb6f7 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install;
+use inc::Module::Install 0.87;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/View/TT.pm > README' );
@@ -19,4 +19,6 @@ requires 'MRO::Compat'     => 0;
 test_requires 'Test::More';
 
 auto_install;
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-TT.git';
+
 WriteAll;