r57191 - in /trunk/dh-make-perl: Changes xt/ xt/pod-spelling.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 30 20:40:32 UTC 2010


Author: dmn
Date: Fri Apr 30 20:40:27 2010
New Revision: 57191

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57191
Log:
add xt/pod-spelling.t

This should help keeping spelling errors out of POD. Surprisingly, the test
passes :)

Note that it is not run during the normal test procedure as an aid to avoid
surprising failures when for example the spelling dictionaries change. It is
mainly intented to be run before release.

Added:
    trunk/dh-make-perl/xt/
    trunk/dh-make-perl/xt/pod-spelling.t
Modified:
    trunk/dh-make-perl/Changes

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=57191&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Fri Apr 30 20:40:27 2010
@@ -32,3 +32,5 @@
             CPAN::HandleConfig
 
     added README
+
+    added xt/pod-spelling.t to help test POD spelling

Added: trunk/dh-make-perl/xt/pod-spelling.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/xt/pod-spelling.t?rev=57191&op=file
==============================================================================
--- trunk/dh-make-perl/xt/pod-spelling.t (added)
+++ trunk/dh-make-perl/xt/pod-spelling.t Fri Apr 30 20:40:27 2010
@@ -1,0 +1,3 @@
+use Test::More;
+use Test::Spelling;
+all_pod_files_spelling_ok();




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