http://www.perlmonks.org?node_id=1227885


in reply to Re: Difficulties with WWW::Mechanize::Chrome installation on Windows/Strawberry
in thread Difficulties with WWW::Mechanize::Chrome installation on Windows/Strawberry

t/00-load.t expects "taint mode" to be on, so you need to run it manually as

prove -T -l -v ./t/00-load.t

I think when run as part of the CPAN test cycle, the taint switch gets automatically set.