diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-07-18 15:13:21 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-07-18 15:13:21 +0200 |
| commit | 6f2113319afa3986f37110f1418462de94ab5d77 (patch) | |
| tree | a23ea2373f19ace7461e50456e054b25e69a3f5a /xt/01_podspell.t | |
| parent | some tidy (diff) | |
| download | moosex-privacy-6f2113319afa3986f37110f1418462de94ab5d77.tar.gz | |
switch to dzil;remove useless POD;update Changes
Diffstat (limited to '')
| -rw-r--r-- | xt/01_podspell.t | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xt/01_podspell.t b/xt/01_podspell.t deleted file mode 100644 index 130eed1..0000000 --- a/xt/01_podspell.t +++ /dev/null @@ -1,10 +0,0 @@ -use Test::More; -eval q{ use Test::Spelling }; -plan skip_all => "Test::Spelling is not installed." if $@; -add_stopwords(map { split /[\s\:\-]/ } <DATA>); -$ENV{LANG} = 'C'; -all_pod_files_spelling_ok('lib'); -__DATA__ -franck cuny -franck.cuny@rtgi.fr -MooseX::Privacy |
