The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213141516171819 use strict;use warnings;use Test::More;use Test::Spelling;use Pod::Wordlist;$ENV{LANG} = 'en_US';add_stopwords(<DATA>);all_pod_files_spelling_ok( qw( bin lib ) );__DATA__HazredVMSTOCOPYtocopy
use
strict;
warnings;
Test::More;
Test::Spelling;
Pod::Wordlist;
$ENV
{LANG} =
'en_US'
;
add_stopwords(<DATA>);
all_pod_files_spelling_ok(
qw( bin lib )
);
__DATA__
Hazred
VMS
TOCOPY
tocopy