Changelog for torbjorn's patches
[catagits/Catalyst-Plugin-ConfigLoader.git] / Makefile.PL
index a566415..ba141db 100644 (file)
@@ -15,7 +15,8 @@ requires 'Config::Any'       => '0.20';
 requires 'MRO::Compat'       => '0.09';
 
 test_requires 'Test::More';
+test_requires 'Path::Class';
 
-resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/trunk/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git';
 
 WriteAll;