The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789 use strict;use warnings;use Test::More tests => 1;use Test::NoWarnings;# "emulating" warnings under mod_perleval "use HTTP::Exception";eval "use HTTP::Exception";
use
strict;
warnings;
Test::More
tests
=> 1;
Test::NoWarnings;
# "emulating" warnings under mod_perl
eval
"use HTTP::Exception"
;