">
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 <felix.lechner@lease-up.com> for Lintian.
lintian(1)