DOKK / manpages / debian 11 / lintian / Lintian::Inspect::Changelog.3.en
Lintian::Inspect::Changelog(3) Debian Package Checker Lintian::Inspect::Changelog(3)

Lintian::Inspect::Changelog -- Parse a literal version string into its constituents

 use Lintian::Inspect::Changelog;
 my $version = Lintian::Inspect::Changelog->new;
 $version->set('1.2.3-4', undef);

A class for parsing literal version strings

Creates a new Lintian::Inspect::Changelog object.
Takes one string as argument and finds "Closes: #123456, #654321" statements as supported by the Debian Archive software in it. Returns all closed bug numbers in an array reference.

Parses STRING as the content of a debian/changelog file.

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

lintian(1)

2020-11-27 Lintian v2.104.0