The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
|
#!usr/bin/env perl
use 5.006;
use Test::Needs { 'Test::Spelling::Comment' => '0.002' }; Test::Spelling::Comment-> import ();
Test::Spelling::Comment->new()->add_stopwords(<DATA>)->all_files_ok();
|