Ubuntu Manpages

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)