From 5c778eb44b95b9a35f6e4484adfe27fe93398ebe Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 24 Jul 2014 17:53:00 +1200 Subject: [PATCH] v0.002000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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) --- Changes | 2 ++ lib/CPAN/Changes/Group/Dependencies/Stats.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c19e0bc..b211b1d 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/CPAN/Changes/Group/Dependencies/Stats.pm b/lib/CPAN/Changes/Group/Dependencies/Stats.pm index f535d23..f3931e7 100644 --- a/lib/CPAN/Changes/Group/Dependencies/Stats.pm +++ b/lib/CPAN/Changes/Group/Dependencies/Stats.pm @@ -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