libperl-minimumversion-perl 1.40-1 source package in Ubuntu

Changelog

libperl-minimumversion-perl (1.40-1) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.1.5, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.40.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Update (build) dependencies.
  * Declare compliance with Debian Policy 4.6.0.
  * Bump debhelper-compat to 13.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 29 Sep 2021 16:08:09 +0200

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-minimumversion-perl_1.40-1.dsc 2.8 KiB 8eb850fa2b86b8a4424f58c11e1abcc06d73ba8705c6c7ea4298ebe1824bfbaa
libperl-minimumversion-perl_1.40.orig.tar.gz 36.7 KiB 7589a578cb60d70ca4755c395b3592b440a0cd6a1b074e4eceac93b031a1be90
libperl-minimumversion-perl_1.40-1.debian.tar.xz 3.9 KiB df32175c458c0e82b1357da3266826e671fa84eb4138d48276fc86ac7a3b1fdb

Available diffs

No changes file available.

Binary packages built by this source

libperl-minimumversion-perl: module to determine minimum required version of perl required

 Perl::MinimumVersion is a module that inspects arbitrary Perl source code and
 determines the minimum version of perl required to be able to run it. Because
 it is based on PPI, it can do this without having to actually load the code.
 .
 Currently it tests both the syntax of your code, and the use of explicit
 version dependencies such as "require 5.005".
 .
 Future plans are to also add support for tracing module dependencies.