more and a bit better organized tests
[catagits/CatalystX-Declare.git] / Makefile.PL
index 59796f5..0e9e0b3 100644 (file)
@@ -5,7 +5,7 @@ author          'Robert Sedlacek <rs@474.at>';
 license         'perl';
 
 all_from        'lib/CatalystX/Declare.pm';
-readme_from     'lib/CatalystX/Declare.pm', 'clean';
+readme_from     'lib/CatalystX/Declare.pm';
 
 author_tests    'xt';
 
@@ -23,7 +23,7 @@ requires        'MooseX::Types',            '0.16';
 
 test_requires   'Catalyst::Test';
 test_requires   'FindBin';
-test_requires   'Test::More',               '0.86';
+test_requires   'Test::More',               '0.92';
 
 repository      'http://github.com/phaylon/catalystx-declarative/tree/master';
 bugtracker      'http://github.com/phaylon/catalystx-declarative/issues';