~ubuntu-branches/ubuntu/maverick/libclass-accessor-grouped-perl/maverick

« back to all changes in this revision

Viewing changes to t/pod_spelling.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-07-14 21:51:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070714215156-l0iazyikbi21rpu8
Tags: upstream-0.07000
ImportĀ upstreamĀ versionĀ 0.07000

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl -w
 
2
# $Id: /local/Class-Accessor-Grouped/t/pod_spelling.t 1700 2007-07-02T01:08:11.474048Z claco  $
 
3
use strict;
 
4
use warnings;
 
5
 
 
6
BEGIN {
 
7
    use lib 't/lib';
 
8
    use Test::More;
 
9
 
 
10
    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
 
11
 
 
12
    eval 'use Test::Spelling 0.11';
 
13
    plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
 
14
};
 
15
 
 
16
set_spell_cmd('aspell list');
 
17
 
 
18
add_stopwords(<DATA>);
 
19
 
 
20
all_pod_files_spelling_ok();
 
21
 
 
22
__DATA__
 
23
Bowden
 
24
Raygun
 
25
isa
 
26
mst
 
27
behaviour
 
28
further
 
29
overridable
 
30
Laco
 
31
Pauley
 
32
claco
 
33
stylings
 
34
fieldspec
 
35
listref
 
36
getters