Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Feb 11, 2014
1 parent ef56e91 commit 0787cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/MouseX/NonMoose.pm
Expand Up @@ -20,6 +20,7 @@ This document describes MouseX::Foreign version 0.005.
=head1 SYNOPSIS
package MyInt;
use Any::Moose;
use Any::Moose 'X::NonMoose';
extends 'Math::BigInt';
Expand Down
5 changes: 2 additions & 3 deletions xt/podspell.t
Expand Up @@ -3,13 +3,12 @@
use strict;
use Test::More;

eval q{ use Test::Spelling };
eval q{ use Test::Spellunker};

plan skip_all => q{Test::Spelling is not installed.}
plan skip_all => q{Test::Spellunker is not installed.}
if $@;

add_stopwords(map { /(\w+)/g } <DATA>);
$ENV{LANG} = 'C';
all_pod_files_spelling_ok('lib');

__DATA__
Expand Down

0 comments on commit 0787cf7

Please sign in to comment.