diff --git a/.travis.yml b/.travis.yml index bd2c588..fe174a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ script: - cover -test -report coveralls perl: - - "blead" +# - "blead" - "5.22" - "5.20" - "5.18" diff --git a/Changes b/Changes index cdc7447..5cf7434 100644 --- a/Changes +++ b/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 diff --git a/README.mkdn b/README.mkdn index 9cf2e26..efbb8c8 100644 --- a/README.mkdn +++ b/README.mkdn @@ -4,7 +4,7 @@ IPv6::Address - IPv6 Address Manipulation Library # VERSION -version 0.205 +version 0.206
diff --git a/dist.ini b/dist.ini index d49dfce..c81db47 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = IPv6-Address -version = 0.205 +version = 0.206 author = Athanasios Douitsis license = Artistic_2_0 copyright_holder = Athanasios Douitsis