added Path::Class to test_requires
Torbjørn Lindahl [Thu, 9 Jan 2014 15:33:41 +0000 (16:33 +0100)]
Makefile.PL

index 168def1..ba141db 100644 (file)
@@ -15,8 +15,8 @@ requires 'Config::Any'       => '0.20';
 requires 'MRO::Compat'       => '0.09';
 
 test_requires 'Test::More';
+test_requires 'Path::Class';
 
 resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git';
 
 WriteAll;
-