~ubuntu-branches/ubuntu/trusty/libjifty-dbi-perl/trusty

« back to all changes in this revision

Viewing changes to t/99-pod-spelling.t

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2011-03-01 20:29:12 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110301202912-pvf5r3de3vqp40w0
Tags: 0.67-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
use strict;
4
4
use Test::More;
5
5
eval "use Test::Spelling";
 
6
plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
 
7
 
6
8
plan skip_all => "Test::Spelling required for testing POD spelling" if $@;
7
 
plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
8
9
 
9
10
add_stopwords(<DATA>);
10
11