The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use strict;
use Test::More 'tests' => 2;
# Test.
my $obj = Tags::HTML::Element::Select->new;
my $ret = $obj->cleanup;
is($ret, undef, 'Cleanup returns undef.');