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

#!/usr/bin/env perl
use strict;
BEGIN {
all_uses_ok( search_path => 'App::DuckPAN', except => [ 'App::DuckPAN::Web' ] );
}