Home

Lintian::Changelog::Version(3)

Lintian::Changelog::Version(3)Debian Package CheckerLintian::Changelog::Version(3)

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

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

A class for parsing literal version strings

Creates a new Lintian::Changelog::Version object.

Assign the various members in the Lintian::Changelog::Version object using the LITERAL version string and the NATIVE boolean selector.

Originally written by Felix Lechner <[email protected]> for Lintian.

lintian(1)

2023-02-05Lintian v2.116.3