From 21354aebe3c868fa363cb2038b3a42055243f3f8 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 4 Mar 2017 21:44:49 +1300 Subject: [PATCH] v0.002008 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Bugfix] - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot - Closes https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Stats/issues/2 [Dependencies::Stats] - Dependencies changed since 0.002007, see misc/*.deps* for details - develop: +3 ↑2 (suggests: ↑2) - test: ↓1 --- Changes | 2 ++ lib/CPAN/Changes/Group/Dependencies/Stats.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8178b39..664b0ed 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for CPAN-Changes-Group-Dependencies-Stats {{$NEXT}} + +0.002008 2017-03-04T08:25:23Z 070839d [Bugfix] - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot - Closes https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Stats/issues/2 diff --git a/lib/CPAN/Changes/Group/Dependencies/Stats.pm b/lib/CPAN/Changes/Group/Dependencies/Stats.pm index f4df74a..308df82 100644 --- a/lib/CPAN/Changes/Group/Dependencies/Stats.pm +++ b/lib/CPAN/Changes/Group/Dependencies/Stats.pm @@ -4,7 +4,7 @@ use warnings; package CPAN::Changes::Group::Dependencies::Stats; -our $VERSION = '0.002008'; +our $VERSION = '0.002009'; # ABSTRACT: Create a Dependencies::Stats section detailing summarized differences