change method call to subroutine call; Sel's docs are WRONG here
[catagits/Test-WWW-Selenium-Catalyst.git] / Makefile.PL
index b5d915c..bf9b477 100644 (file)
@@ -13,6 +13,7 @@ requires(
         'Catalyst::Runtime' => 5.7001,
         'Test::WWW::Selenium' => 0,
         'Test::More' => 0,
-);
+        'Catalyst::Utils' => 0,
+       );
 auto_install();
 WriteAll();