The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910 use strict;use Test::More tests => 1;require FormValidator::Simple;eval{ FormValidator::Simple->import('NetAddr::IP');};ok(!$@);
use
strict;
Test::More
tests
=> 1;
require
FormValidator::Simple;
eval
{
FormValidator::Simple->
import
(
'NetAddr::IP'
);
};
ok(!$@);