Movatterモバイル変換


[0]ホーム

URL:


 / 
CPAN-Changes-0.500004
River stage three • 50 direct dependents • 154 total dependents
/CPAN::Changes::Group

NAME

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

SYNOPSIS

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

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

ATTRIBUTES

name

The name of the change group.

METHODS

is_empty

add_changes

changes

set_changes

clear_changes

serialize

SEE ALSO

AUTHORS

SeeCPAN::Changes for authors.

COPYRIGHT AND LICENSE

SeeCPAN::Changes for the copyright and license.

Module Install Instructions

To install CPAN::Changes, copy and paste the appropriate command in to your terminal.

cpanm

cpanm CPAN::Changes

CPAN shell

perl -MCPAN -e shellinstall CPAN::Changes

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp