Skip to content

Commit

Permalink
v0.002000
Browse files Browse the repository at this point in the history
 [00 Major]
 - Reimplement as a subclass of the new CPAN::Changes::Group
 - This greatly simplifies attaching this object to a release.
 - Add a 'prelude' property for arbritray pre-text to inject in a group.
 - Add a 'name' property which can be set during construction to define the groups name
 - Add a 'has_changes' property which will determine if there are changes prior to doing any internal formatting,
   allowing usage as a pre-check if you don't want to add over-simplistic change nodes. ( Maybe I should override
   is_empty here, not sure )

 [Dependencies::Stats]
 - Dependencies changed since 0.001000, see misc/*.deps* for details
 - develop: (suggests: ↑1)
 - runtime: +2
 - test: +3 ↑1 (recommends: +1)
  • Loading branch information
kentfredric committed Jul 24, 2014
1 parent 6d79fdb commit 5c778eb
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.002000 2014-07-24T05:46:13Z
[00 Major]
- Reimplement as a subclass of the new CPAN::Changes::Group
- This greatly simplifies attaching this object to a release.
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 @@ -5,7 +5,7 @@ use utf8;

package CPAN::Changes::Group::Dependencies::Stats;

our $VERSION = '0.002000';
our $VERSION = '0.002001';

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

Expand Down

0 comments on commit 5c778eb

Please sign in to comment.