The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::More tests => 1;
use WebService::GData::Error::Entry;

my $entry = new WebService::GData::Error::Entry();

ok(ref($entry) eq 'WebService::GData::Error::Entry','$entry is a WebService::GData::Error::Entry instance.');