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

Changelog

libversion-perl (1:0.9907-1ubuntu1) trusty; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - debian/control: Build-depend on locales rather than locales-all.

libversion-perl (1:0.9907-1) unstable; urgency=medium

  * New upstream release
 -- Colin Watson <email address hidden>   Thu, 13 Feb 2014 11:49:26 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libversion-perl_0.9907.orig.tar.gz 113.5 KiB e2e9cd6569565afc9809d28193a5787d4b73619f5d490c1eccda5c35cb6005f6
libversion-perl_0.9907-1ubuntu1.debian.tar.gz 4.6 KiB 75349639b9b086148ff02bbc4d181fe9a440983cc5659f39f3003a13609d2152
libversion-perl_0.9907-1ubuntu1.dsc 2.3 KiB 9e0b723c766b0357416f504c74035865f33d93593fae57e3fb078d3e7ec5e19e

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).