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

use strict;
use lib 't/lib';
use HTTP::Exception qw(CLIENT_ERROR);
Test::HTTP::Exception::Ranges::test_range_ok(qw~4XX~);
done_testing;