NAME
CPAN::Changes::Group - An entry group in a CPAN Changes file
SYNOPSIS
my $group = CPAN::Changes::Group->new( name => 'A change group', changes => [ 'A change entry', 'Another change entry', ],);
DESCRIPTION
Represents a group of change entries on a changelog release. This is a legacy interface for the and its use is discouraged.
Behind the scenes, this works as a proxy for the realCPAN::Changes::Entry objects.
ATTRIBUTES
name
The name of the change group.
METHODS
is_empty
add_changes
changes
set_changes
clear_changes
serialize
SEE ALSO
AUTHORS
SeeCPAN::Changes for authors.
COPYRIGHT AND LICENSE
SeeCPAN::Changes for the copyright and license.
Module Install Instructions
To install CPAN::Changes, copy and paste the appropriate command in to your terminal.
cpanm CPAN::Changes
perl -MCPAN -e shellinstall CPAN::Changes
For more information on module installation, please visitthe detailed CPAN module installation guide.