GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPAN::Changes::Group(3) User Contributed Perl Documentation CPAN::Changes::Group(3)

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-17 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.