123456789101112 #!/usr/bin/perl -Twuse strict;use warnings;use Test::More tests => 2;BEGIN { use_ok('Robot::Perl'); use_ok('Robot::Perl::Utils');}diag('Tests Completed.');
#!/usr/bin/perl -Tw
use
strict;
warnings;
Test::More
tests
=> 2;
BEGIN {
use_ok(
'Robot::Perl'
);
'Robot::Perl::Utils'
}
diag(
'Tests Completed.'