X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bf9b4779ed07f8e20ff5e56d67908bde18672d71;hb=6efea5d1c40bdea3e817a3929fe6ede7a07ddcbd;hp=b5d915cdb689488d3cb65cd65bd6017f7f7f90ef;hpb=4f6d213e1b66ba3fd93ce439309af5857775a143;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index b5d915c..bf9b477 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ requires( 'Catalyst::Runtime' => 5.7001, 'Test::WWW::Selenium' => 0, 'Test::More' => 0, -); + 'Catalyst::Utils' => 0, + ); auto_install(); WriteAll();