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
|
Source: libtest-spelling-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libpod-spell-perl, libtest-pod-perl,
libtest-tester-perl, spell
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-spelling-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-spelling-perl.git
Homepage: http://search.cpan.org/dist/Test-Spelling/
Package: libtest-spelling-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libpod-spell-perl
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.
|