~ubuntu-branches/ubuntu/saucy/libmodule-install-xsutil-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to xt/01_podspell.t

  • Committer: Package Import Robot
  • Author(s): Angel Abad, gregor herrmann, Salvatore Bonaccorso, Angel Abad
  • Date: 2013-04-27 00:33:07 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20130427003307-dbhvvw8o7kyscma3
Tags: 0.44-1
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Angel Abad ]
* Imported Upstream version 0.44
* Bump Standards-Version to 3.9.4
* debian/copyright: Update debian years

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
use strict;
4
4
use Test::More;
5
 
 
6
 
eval q{ use Test::Spelling };
7
 
 
8
 
plan skip_all => q{Test::Spelling is not installed.}
9
 
        if $@;
10
 
 
11
 
add_stopwords(map { split /[\s\:\-]/ } <DATA>);
12
 
$ENV{LANG} = 'C';
 
5
use Test::Spellunker v0.2.1;
 
6
 
 
7
load_dictionary(\*DATA);
13
8
all_pod_files_spelling_ok('lib');
14
9
 
15
10
__DATA__
22
17
XS
23
18
RT
24
19
co
 
20
realclean