Subject: | tests fail because of missing WWW::Selenium::Utils dependency |
The tests for Test::WWW::Selenium require WWW::Selenium::Utils
or else they fail ("can't find in @INC"). The Makefile.PL only
"recommends" that module, so I think you should make it required.
After installing WWW::Selenium::Utils, Test::WWW::Selenium's tests passed.