The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213141516171819 #!/usr/bin/perluse strict;use warnings;use Test::More;use Test::Spelling;use Pod::Wordlist;add_stopwords(<DATA>);all_pod_files_spelling_ok( qw( bin lib ) );__DATA__linterperltidyreformatsSUBCOMMANDSyamllintyamltidyMüller
#!/usr/bin/perl
use
strict;
warnings;
Test::More;
Test::Spelling;
Pod::Wordlist;
add_stopwords(<DATA>);
all_pod_files_spelling_ok(
qw( bin lib )
);
__DATA__
linter
perltidy
reformats
SUBCOMMANDS
yamllint
yamltidy
Müller