Navigation Menu

Skip to content

Commit

Permalink
fixed POD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 28, 2012
1 parent 6a8b227 commit 5be2899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,9 +5,9 @@ perl:
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_EV=1 TEST_IPV6=1 TEST_POD=1 TEST_TLS=1"
- "HARNESS_OPTIONS=j9 TEST_POD=1"
install:
- "cpanm -n EV IO::Socket::IP IO::Socket::SSL Test::Pod Test::Pod::Coverage"
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
notifications:
email: false
Expand Down
5 changes: 4 additions & 1 deletion t/pod_coverage.t
Expand Up @@ -8,4 +8,7 @@ plan skip_all => 'Test::Pod::Coverage 1.04 required for this test!'
unless eval 'use Test::Pod::Coverage 1.04; 1';

# DEPRECATED in Rainbow!
all_pod_coverage_ok({also_private => [qw(namespace raw_message)]});
my @rainbow = qw(namespace raw_message);

# False positive constants
all_pod_coverage_ok({also_private => [@rainbow, qw(IPV6 TLS)]});

0 comments on commit 5be2899

Please sign in to comment.