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

Changelog

libversion-perl (1:0.9000-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #) Remaining changes:
    - debian/control: Fixed dependency locales-all -> locales

libversion-perl (1:0.9000-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.2 (no changes).
 -- Angel Abad <email address hidden>   Mon, 27 Jun 2011 14:01:47 +0200

Upload details

Uploaded by:
Angel Abad
Sponsored by:
Daniel Holbach
Uploaded to:
Oneiric
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.9000.orig.tar.gz 100.4 KiB f8f4f89d08ca442078026d78e87641f2873125ca5e2fe485bfa12079453d6520
libversion-perl_0.9000-1ubuntu1.debian.tar.gz 3.4 KiB faef170853578483c32c13d4ca50d0c48730e57ed85cad1b236732c12a7612ed
libversion-perl_0.9000-1ubuntu1.dsc 1.5 KiB f855037e2ca4680cee060cfe06258b5d3b802787dd91e68a12042dfc7400bbe7

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