libversion-perl 1:0.9930-1 source package in Ubuntu

Changelog

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

  * Team upload

  * Import upstream version 0.9930.
  * Declare compliance with Debian Policy 4.6.2

 -- Florian Schlichting <email address hidden>  Tue, 21 Nov 2023 23:41:47 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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.9930-1.dsc 2.1 KiB 474abcf0fc90784379ca26f7ae339f076251f4d798ae85cd8dd56a01102d51f4
libversion-perl_0.9930.orig.tar.gz 163.4 KiB 61db955fbcb39f5902fa6c8b957aeb2741e23d4840f84abf846af1f670aeee30
libversion-perl_0.9930-1.debian.tar.xz 4.8 KiB d113b3d0166415adb77c4ea83a3af9d70a7d8f4f6417f9e2b2a378b0ecb283aa

No changes file available.

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

libversion-perl-dbgsym: debug symbols for libversion-perl