Lintian::Inspect::Changelog::Version (3) Linux Manual Page
Lintian::Inspect::Changelog::Version — Parse a literal version string into its constituents Synopsis use Lintian::Inspect::Changelog::Version; my $version = Lintian::Inspect::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::Inspect::Changelog::Version object. Instance Methods set (LITERAL, NATIVE) Set the various members in the Lintian::Inspect::Changelog::Version object using the LITERAL version string and…
