From: Torbjørn Lindahl Date: Thu, 9 Jan 2014 15:33:41 +0000 (+0100) Subject: added Path::Class to test_requires X-Git-Tag: 0.33~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=19ad93a701cf61c6e38ce622aa7d1bfc78b731a5 added Path::Class to test_requires --- diff --git a/Makefile.PL b/Makefile.PL index 168def1..ba141db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; -