1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libtest-spelling-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
iamerican <!nocheck>,
libipc-run3-perl <!nocheck>,
libpod-spell-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-simple-perl (>= 1.001010) <!nocheck>,
spell <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-spelling-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-spelling-perl.git
Homepage: https://metacpan.org/release/Test-Spelling
Package: libtest-spelling-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libipc-run3-perl,
libpod-spell-perl
Recommends: spell | aspell | ispell | hunspell
Description: Perl module for spellchecking pod formatted text
Test::Spelling lets you check the spelling of a POD file, and report
its results in standard Test::More fashion. This module requires a
spellcheck program such as spell, aspell, ispell, or hunspell.
.
You can add your own stopwords, which are words that should be ignored by the
spell check. See libpod-spell-perl (which this module is built upon) for a
variety of ways to add per-file stopwords to each .pm file. If you have a lot
of stopwords, it's useful to put them in your test file's DATA section.
|