[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88
Tomas Doran
bobtfish at bobtfish.net
Mon May 6 11:56:44 UTC 2013
The following commit has been merged in the master branch:
commit ff14946d12f178102399bff6bdcac92d4b08a6cd
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sun Mar 4 17:49:30 2012 +0000
Spelling test
diff --git a/t/author/spelling.t b/t/author/spelling.t
new file mode 100644
index 0000000..1e30bd9
--- /dev/null
+++ b/t/author/spelling.t
@@ -0,0 +1,29 @@
+use strict;
+use warnings;
+use Test::More;
+use Test::Spelling;
+
+add_stopwords(qw(
+ Starman
+ ZeroMQ
+ API
+ Affero
+ FCGI
+ JSON
+ Tomas
+ Doran
+ t0m
+ Jorden
+ Logstash
+ Sissel
+ Suretec
+ TODO
+ STDIN
+ STDOUT
+ STDERR
+ logstash
+));
+set_spell_cmd('aspell list -l en');
+all_pod_files_spelling_ok();
+
+done_testing();
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list