Skip to content

Commit

Permalink
v0.002005
Browse files Browse the repository at this point in the history
  [ BugFix ]
    - Adapt tests to pass with new CPAN::Changes serialization, which has much more whitespace.
    - Thanks to Slaven Rezić for reporting.
    - Closes #1

  [ Dependencies::Stats ]
    - Dependencies changed since 0.002004, see misc/*.deps* for details
    - configure: +1 (recommends: ↑1)
    - develop: +8 ↑3 -2 (recommends: +1, suggests: ↑2)
    - runtime: +1 -1 (recommends: +1)
    - test: +3 (recommends: +1 ↑1 ↓1)
  • Loading branch information
kentfredric committed Jun 19, 2015
1 parent d86efcc commit 79cd66e
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.002005 2015-06-19T01:36:20Z d86efcc
[ BugFix ]
- Adapt tests to pass with new CPAN::Changes serialization, which has much more whitespace.
- Thanks to Slaven Rezić for reporting.
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.002005';
our $VERSION = '0.002006';

# ABSTRACT: Create a Dependencies::Stats section detailing summarized differences

Expand Down

0 comments on commit 79cd66e

Please sign in to comment.