Scroll to navigation

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

NAME

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

SYNOPSIS

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

DESCRIPTION

A class for parsing literal version strings

CLASS METHODS

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

INSTANCE METHODS

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

AUTHOR

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

SEE ALSO

lintian(1)

2022-07-02 Lintian v2.115.1~bpo11+1