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

#!/usr/bin/perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::Pod::Spelling::CommonMistakes';
Test::Pod::Spelling::CommonMistakes->import();
all_pod_files_ok();