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

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

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

A class for parsing literal version strings

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

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

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

lintian(1)

2020-11-27 Lintian v2.104.0