CPAN::Changes::Group(3pm) | User Contributed Perl Documentation | CPAN::Changes::Group(3pm) |
CPAN::Changes::Group - An entry group in a CPAN Changes file
my $group = CPAN::Changes::Group->new( name => 'A change group', changes => [ 'A change entry', 'Another change entry', ], );
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 real CPAN::Changes::Entry objects.
The name of the change group.
See CPAN::Changes for authors.
See CPAN::Changes for the copyright and license.
2024-03-02 | perl v5.38.2 |