X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=ae5e2e370ab3134dec77512cb359644da4cd6f24;hb=1cdeb21f11323218fd364b40f86e6b0df8a6a625;hp=b5d915cdb689488d3cb65cd65bd6017f7f7f90ef;hpb=4f6d213e1b66ba3fd93ce439309af5857775a143;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index b5d915c..ae5e2e3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,11 @@ requires( 'Catalyst::Runtime' => 5.7001, 'Test::WWW::Selenium' => 0, 'Test::More' => 0, -); + 'Catalyst::Utils' => 0, + ); auto_install(); WriteAll(); + +print {*STDERR} "*** \n"; +print {*STDERR} "*** BUG: make test might not work. Please try prove instead.\n"; +print {*STDERR} "*** \n";