X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9f90018227231b90ca56089996cf7d3401b98154;hb=39c19901542c5dd372da7085afadaed75ed003d2;hp=adc2555a6ac98f0360f43c7a9a9ece1e2822e9db;hpb=36de64615f92d32abdf3ef65ec7af91822b5ea56;p=catagits%2FCatalystX-Declare.git diff --git a/Makefile.PL b/Makefile.PL index adc2555..9f90018 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,8 +32,8 @@ test_requires 'Test::Output', '0.12'; test_requires 'Catalyst::Test'; test_requires 'FindBin'; -build_requires 'File::Find::Rule::Perl', '1.09'; -build_requires 'File::Find::Rule'; +configure_requires 'File::Find::Rule::Perl', '1.09'; +configure_requires 'File::Find::Rule'; repository 'http://github.com/phaylon/catalystx-declarative/tree/master'; bugtracker 'http://github.com/phaylon/catalystx-declarative/issues';