X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=blobdiff_plain;f=Makefile.PL;h=bf9b4779ed07f8e20ff5e56d67908bde18672d71;hp=b5d915cdb689488d3cb65cd65bd6017f7f7f90ef;hb=d5bcfeb7f76d0be1fe9cdeb5dbce297c0bb4d6a6;hpb=4f6d213e1b66ba3fd93ce439309af5857775a143 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();