Test-Mojo-Role-Selenium
view release on metacpan or search on metacpan
t/Helper.pm view on Meta::CPAN
sub t {
my $class = shift;
return Test::Mojo->with_roles('+Selenium')->new(@_);
}
sub import {
my $class = shift;
my $caller = caller;
strict->import;
warnings->import;
eval <<"HERE" or die $@;
package $caller;
use Test::More;
1;
HERE
}
1;
( run in 0.232 second using v1.01-cache-2.11-cpan-299005ec8e3 )