The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 #!/usr/bin/perl -wuse strict;use warnings;use Test::DescribeMe qw(author);use Test::Needs 'Test::Pod::Spelling::CommonMistakes';Test::Pod::Spelling::CommonMistakes->import();all_pod_files_ok();
#!/usr/bin/perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Needs
'Test::Pod::Spelling::CommonMistakes'
Test::Pod::Spelling::CommonMistakes->
import
();
all_pod_files_ok();