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

Changelog

libversion-perl (1:0.9909-1ubuntu1) utopic; urgency=medium

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

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

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * Imported Upstream version 0.9909
    - Make package installable again in sid by updating to same version as
      provided already in perl 5.20.1 (Closes: #762964)
  * Declare compliance with Debian Policy 3.9.6
 -- Colin Watson <email address hidden>   Fri, 10 Oct 2014 15:29:17 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libversion-perl_0.9909.orig.tar.gz 117.3 KiB 6998f2eea7985e11cbb8e6fd2a404980c3b187c0bd484c88e2af91e80bedf3fe
libversion-perl_0.9909-1ubuntu1.debian.tar.xz 4.5 KiB 3ada59d4dc9c740b86182585f2130fcae6d74cf4cb535ef4bbde4e5d12f94520
libversion-perl_0.9909-1ubuntu1.dsc 2.3 KiB 26642000838dd04531db7778712b05d48155cf6cbb5d05ab00bccb647c7c15d3

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