libperl-version-perl 1.016-1 source package in Ubuntu

Changelog

libperl-version-perl (1.016-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Update standards version to 4.1.5, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.016.
  * Add debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.
  * Update test and runtime dependencies.
  * Add a comment in debian/copyright about new upstream license
    statement.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 03:47:31 +0100

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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-version-perl_1.016-1.dsc 2.5 KiB 96dbb6ba0b11be3d2bb97319b0986ad6f718dc72c74691382a5e1e3ff257ff04
libperl-version-perl_1.016.orig.tar.gz 29.7 KiB d23f4cb8fbb8d8c4c682c3bfac1a02b841e2a9cac71c0e84a6e32a0113365ad3
libperl-version-perl_1.016-1.debian.tar.xz 2.6 KiB 4f5a3d04000b552a468b2bf9dcdd6e82f9dd5a479159de1e17955304c7edc49e

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.