![]() |
![]()
| ![]() |
![]()
NAMECPAN::Changes::Group - An entry group in a CPAN Changes file SYNOPSISmy $group = CPAN::Changes::Group->new( name => 'A change group', changes => [ 'A change entry', 'Another change entry', ], ); DESCRIPTIONRepresents 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. ATTRIBUTESnameThe name of the change group. METHODSis_emptyadd_changeschangesset_changesclear_changesserializeSEE ALSO
AUTHORSSee CPAN::Changes for authors. COPYRIGHT AND LICENSESee CPAN::Changes for the copyright and license.
|