libtest-minimumversion-perl 0.101082-3 source package in Ubuntu
Changelog
libtest-minimumversion-perl (0.101082-3) unstable; urgency=medium [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Jonathan Yu from Uploaders. Thanks for your work! * Remove Ryan Niebur from Uploaders. Thanks for your work! [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Trim trailing whitespace. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Submit. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Jelmer Vernooij <email address hidden> Fri, 17 Jun 2022 12:25:00 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtest-minimumversion-perl_0.101082-3.dsc | 2.5 KiB | 3289d1ab7c9d19e7984e8061b96cd9f855ad132acf0d5ed8af5826f41edac9b4 |
libtest-minimumversion-perl_0.101082.orig.tar.gz | 17.3 KiB | 3fba4e8fcf74806259aa639be7d90e70346ad0e0e4b8b619593490e378241970 |
libtest-minimumversion-perl_0.101082-3.debian.tar.xz | 3.4 KiB | aaa9eaf26aa45b1910855dea8513c1de728e3c43e17846908671fa0a13541930 |
Available diffs
- diff from 0.101082-2.1 to 0.101082-3 (1.7 KiB)
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.