r73727 - in /trunk/libtest-spelling-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Apr 28 21:50:48 UTC 2011


Author: periapt-guest
Date: Thu Apr 28 21:50:40 2011
New Revision: 73727

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73727
Log:
Rewrote long description

Modified:
    trunk/libtest-spelling-perl/debian/changelog
    trunk/libtest-spelling-perl/debian/control

Modified: trunk/libtest-spelling-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/changelog?rev=73727&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/changelog (original)
+++ trunk/libtest-spelling-perl/debian/changelog Thu Apr 28 21:50:40 2011
@@ -10,6 +10,7 @@
   * Added debian/source/format
   * Removed unnecessary versions on dependencies
   * Raised standards version to 3.9.2
+  * Rewrote long description
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 28 Apr 2011 21:47:31 +0100
 

Modified: trunk/libtest-spelling-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/control?rev=73727&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/control (original)
+++ trunk/libtest-spelling-perl/debian/control Thu Apr 28 21:50:40 2011
@@ -15,5 +15,11 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libpod-spell-perl
 Description: Perl module for spellchecking pod formatted text
- Test::Spelling was written to check POD files for spelling mistakes, 
- using Pod::Spell and spell to do the heavy lifting.
+ 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.




More information about the Pkg-perl-cvs-commits mailing list