libtest-minimumversion-perl 0.101083-1 source package in Ubuntu

Changelog

libtest-minimumversion-perl (0.101083-1) unstable; urgency=medium

  * Import upstream version 0.101083.
  * Update upstream email address.
  * Update years of packaging copyright.
  * Update alternative (test) dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Drop unneeded (test) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 04 Jan 2023 19:07:05 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-minimumversion-perl_0.101083-1.dsc 2.7 KiB 67bd52adc658998345d163fb837cc3900aa1cf5c259a770a00514e1aa63a85b9
libtest-minimumversion-perl_0.101083.orig.tar.gz 18.4 KiB 32a1ebcd803fa10eefca553bc3cedd43596a759dc3975adebd22688823c36aea
libtest-minimumversion-perl_0.101083-1.debian.tar.xz 3.5 KiB ef93ce8073920b8d9dab863c8d345e7925f5144776fa73e410eb9bad1a35e3aa

Available diffs

No changes file available.

Binary packages built by this source

libtest-minimumversion-perl: Perl test module to check the version of perl required

 Test::MinimumVersion is a simple test to look at the features you are using in
 your code and determine the minimum version of the perl interpreter that is
 required. This is helpful, for example, when you are using features like 'say'
 which was introduced in Perl 5.10.
 .
 This test makes it easy to determine if your Perl code requires a newer perl
 than expected, or if you accidentally made your dist require a newer version
 than strictly necessary.