From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

rule 'EMAIL_LOOSE' => sub {
Email::Valid::Loose->address($_);
};
1;