[Bast-commits] r9643 - Class-Accessor-Grouped/trunk/t

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Wed Aug 11 03:59:09 GMT 2010


Author: caelum
Date: 2010-08-11 04:59:09 +0100 (Wed, 11 Aug 2010)
New Revision: 9643

Removed:
   Class-Accessor-Grouped/trunk/t/pod_spelling.t
Log:
remove pod_spelling.t

Deleted: Class-Accessor-Grouped/trunk/t/pod_spelling.t
===================================================================
--- Class-Accessor-Grouped/trunk/t/pod_spelling.t	2010-08-09 21:27:20 UTC (rev 9642)
+++ Class-Accessor-Grouped/trunk/t/pod_spelling.t	2010-08-11 03:59:09 UTC (rev 9643)
@@ -1,37 +0,0 @@
-#!perl -w
-# $Id$
-use strict;
-use warnings;
-
-BEGIN {
-    use lib 't/lib';
-    use Test::More;
-
-    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
-
-    eval 'use Test::Spelling 0.11';
-    plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
-};
-
-set_spell_cmd('aspell list');
-
-add_stopwords(<DATA>);
-
-all_pod_files_spelling_ok();
-
-__DATA__
-Bowden
-Raygun
-Roditi
-isa
-mst
-behaviour
-further
-overridable
-Laco
-Pauley
-claco
-stylings
-fieldspec
-listref
-getters




More information about the Bast-commits mailing list