[Catalyst-commits] r7005 - trunk/Catalyst-View-Mason/t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Oct 15 15:38:59 GMT 2007


Author: rafl
Date: 2007-10-15 15:38:59 +0100 (Mon, 15 Oct 2007)
New Revision: 7005

Added:
   trunk/Catalyst-View-Mason/t/podspelling.t
Log:
Test pod spelling.


Added: trunk/Catalyst-View-Mason/t/podspelling.t
===================================================================
--- trunk/Catalyst-View-Mason/t/podspelling.t	                        (rev 0)
+++ trunk/Catalyst-View-Mason/t/podspelling.t	2007-10-15 14:38:59 UTC (rev 7005)
@@ -0,0 +1,22 @@
+#!perl
+
+use strict;
+use warnings;
+use Test::More;
+
+plan skip_all => 'set $ENV{TEST_AUTHOR} to enable this test' unless $ENV{TEST_AUTHOR};
+
+eval 'use Test::Spelling';
+plan skip_all => 'Test::Spelling required' if $@;
+
+set_spell_cmd('aspell list');
+
+add_stopwords(<DATA>);
+
+all_pod_files_spelling_ok();
+
+__DATA__
+Kievsky
+Ragwitz
+Ramberg
+Riedel




More information about the Catalyst-commits mailing list