DOKK / manpages / debian 13 / libcpan-changes-perl / CPAN::Changes::Group.3pm.en
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.

CPAN::Changes

See CPAN::Changes for authors.

See CPAN::Changes for the copyright and license.

2025-04-20 perl v5.40.1