<<

NAME

Lintian::Info::Changelog::Entry - represents one entry in a Debian changelog

SYNOPSIS

DESCRIPTION

Methods

init

Creates a new object, no options.

new

Alias for init.

is_empty

Checks if the object is actually initialized with data. Due to limitations in Parse::DebianChangelog this currently simply checks if one of the fields Source, Version, Maintainer, Date, or Changes is initialized.

Accessors

The following fields are available via accessor functions (all fields are string values unless otherwise noted):

SEE ALSO

Originally based on Parse::DebianChangelog by Frank Lichtenheld, <frank@lichtenheld.de>

AUTHOR

Written by Felix Lechner <felix.lechner@lease-up.com> for Lintian in response to #933134.

COPYRIGHT AND LICENSE

Please see in the code; FSF's standard short text triggered a POD spelling error here.

<<