logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CPAN::Changes::Group - An entry group in a CPAN Changes file

Attributes

name
       The name of the change group.

Authors

       See CPAN::Changes for authors.

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 real CPAN::Changes::Entry objects.

Methods

is_emptyadd_changeschangesset_changesclear_changesserialize

Name

       CPAN::Changes::Group - An entry group in a CPAN Changes file

See Also

       •   CPAN::Changes

Synopsis

         my $group = CPAN::Changes::Group->new(
           name    => 'A change group',
           changes => [
             'A change entry',
             'Another change entry',
           ],
         );

See Also