The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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();