Skip to content

Commit

Permalink
self host
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jan 1, 2025
1 parent b15cca3 commit 2b2f7fd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Check spelling of POD and other documents

```perl
use Test2::V0;
use Test::SpellCheck;

spell_check 'lib/**/*.pm';

Expand Down
4 changes: 4 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ id = develop-only
begin = develop-only-begin
end = develop-only-end
remove = 1

[PruneFiles]
filename = xt/author/pod_spelling_common.t
filename = xt/author/pod_spelling_system.t
1 change: 1 addition & 0 deletions lib/Test/SpellCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ our @EXPORT = qw ( spell_check spell_check_ini );
=head1 SYNOPSIS
use Test2::V0;
use Test::SpellCheck;
spell_check 'lib/**/*.pm';
Expand Down
3 changes: 3 additions & 0 deletions spellcheck.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
word = yy
word = wb
word = spellcheck.ini
word = cpu
word = splitter
[Dictionary]
dictionary = spellcheck.dic

6 changes: 6 additions & 0 deletions xt/author/spellcheck.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
use Test2::V0;
use Test::SpellCheck;

spell_check_ini;

done_testing;

0 comments on commit 2b2f7fd

Please sign in to comment.