Skip to content

Commit

Permalink
v0.002008
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
 - Closes #2

 [Dependencies::Stats]
 - Dependencies changed since 0.002007, see misc/*.deps* for details
 - develop: +3 ↑2 (suggests: ↑2)
 - test: ↓1
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent 070839d commit 21354ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Changes/Group/Dependencies/Stats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21354ae

Please sign in to comment.