libperl-version-perl 1.013-2 source package in Ubuntu

Changelog

libperl-version-perl (1.013-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.4
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Sun, 06 May 2018 12:49:08 +0300

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-version-perl_1.013-2.dsc 2.2 KiB cb3749bfc3242164c3e2bf23e54817cb21490ae465f29c1fa0798d890e1fe6c4
libperl-version-perl_1.013.orig.tar.gz 22.5 KiB 1887414d1c8689d864c840114101e043e99d7dd5b9cca69369a60e821e3ad0f7
libperl-version-perl_1.013-2.debian.tar.xz 2.2 KiB 421de9fb3115271a635106b5ef32ea8fd65bd03fb16c3dc78d94c5d474584446

Available diffs

No changes file available.

Binary packages built by this source

libperl-version-perl: module to parse and manipulate Perl version strings

 Perl::Version provides a simple interface for parsing, manipulating and
 formatting Perl version strings.
 .
 Unlike version.pm (which concentrates on parsing and comparing version
 strings) Perl::Version is designed for cases where you'd like to parse a
 version, modify it and get back the modified version formatted like the
 original.