logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

Class Methods

new () Creates a new Lintian::Changelog object. find_closes 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.

Description

A class for parsing literal version strings

Instance Methods

parse (STRING) Parses STRING as the content of a debian/changelog file. errors entries

Name

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

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Changelog(3)

Synopsis

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

See Also