The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213141516171819 #!perluse strict;use warnings;use Test::DescribeMe qw(author);use Test::Needs 'Test::Spelling';Test::Spelling->import();add_stopwords(<DATA>);all_pod_files_spelling_ok();__END__AnnoCPANCPANCPANTSGPLMetaCPAN
#!perl
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Needs
'Test::Spelling'
Test::Spelling->
import
();
add_stopwords(<DATA>);
all_pod_files_spelling_ok();
__END__
AnnoCPAN
CPAN
CPANTS
GPL
MetaCPAN