libversion-perl 1:0.9400-1ubuntu1 source package in Ubuntu

Changelog

libversion-perl (1:0.9400-1ubuntu1) precise; urgency=low

  * Merge from debian testing. (LP: #875936) Remaining changes:
    - debian/control: Fixed dependency locales-all -> locales
 -- Angel Abad <email address hidden>   Sun, 16 Oct 2011 21:44:56 +0200

Upload details

Uploaded by:
Angel Abad
Sponsored by:
Michael Vogt
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libversion-perl_0.9400.orig.tar.gz 102.2 KiB 6caa860b94b11f83fadb21e4acba3b859d71f245a95a8aa6b90c8b307b3fec2b
libversion-perl_0.9400-1ubuntu1.debian.tar.gz 4.1 KiB bb44149c2db4fa3cfa0debfb178e51c530112dba7db7497b925d8de6c4dbfad3
libversion-perl_0.9400-1ubuntu1.dsc 1.5 KiB 9549614d55ad0425937bcab9a2f60f5a473d051e176f800940aa87a4b9da7006

View changes file

Binary packages built by this source

libversion-perl: Perl extension for Version Objects

 The version module implements version objects for older version of Perl and
 provides the version object API for all versions of Perl.
 .
 There are two different types of version objects supported by this modules,
 corresponding to the two different styles of versions in use:
  * Decimal Versions - The classic floating-point number $VERSION.
  * Dotted Decimal Versions - The more modern form of version assignment, with
    3 (or potentially more) integers separated by decimal points (e.g. v1.2.3).