The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678 #!/usr/bin/env perluse strict;use warnings;use Test::More;use Test::PureASCII;all_perl_files_are_pure_ascii(qw( lib t xt ));
#!/usr/bin/env perl
use
strict;
warnings;
Test::More;
Test::PureASCII;
all_perl_files_are_pure_ascii(
qw( lib t xt )
);