The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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();
|