use strict; use warnings FATAL => qw(all); use Test::More tests => 1; my $class = qw(WebService::CaptchasDotNet); use_ok($class);