Provided by: lintian_2.32.0_all bug

NAME

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

SYNOPSIS

        use Lintian::Info::Changelog::Version;

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

DESCRIPTION

       A class for parsing literal version strings

CLASS METHODS

       new ()
           Creates a new Lintian::Info::Changelog::Version object.

INSTANCE METHODS

       set (LITERAL, NATIVE)
           Set the various members in the Lintian::Info::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)