Skip to content

Commit

Permalink
Removed Perl bleed from Travis configuration.
Browse files Browse the repository at this point in the history
Devel::Cover seems to fail to install in Travis sandbox when trying
under Perl blead. Removing it so that the test can pass. This doesn't
seem like a problem with the current package.
  • Loading branch information
aduitsis committed Jul 21, 2016
1 parent 8ddedd7 commit 57ec3c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ script:
- cover -test -report coveralls

perl:
- "blead"
# - "blead"
- "5.22"
- "5.20"
- "5.18"
Expand Down
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl module IPv6::Address

0.206 2016-07-21

* Remove Perl blead from Travis conf

0.204 2016-07-21

* Add enumerate method to IPv4Subnet
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -4,7 +4,7 @@ IPv6::Address - IPv6 Address Manipulation Library

# VERSION

version 0.205
version 0.206

<div>

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = IPv6-Address
version = 0.205
version = 0.206
author = Athanasios Douitsis <aduitsis@cpan.org>
license = Artistic_2_0
copyright_holder = Athanasios Douitsis
Expand Down

0 comments on commit 57ec3c9

Please sign in to comment.