The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011 use strict;use warnings;use Tags::HTML::Element::Select;use Test::More 'tests' => 2;use Test::NoWarnings;# Test.my $obj = Tags::HTML::Element::Select->new;my $ret = $obj->cleanup;is($ret, undef, 'Cleanup returns undef.');
use
strict;
warnings;
Tags::HTML::Element::Select;
Test::More
'tests'
=> 2;
Test::NoWarnings;
# Test.
my
$obj
= Tags::HTML::Element::Select->new;
$ret
=
->cleanup;
is(
,
undef
'Cleanup returns undef.'
);