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

Changelog

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


  * Update Vcs-Browser URL to cgit web frontend
  * Imported Upstream version 1.38

 -- Salvatore Bonaccorso <email address hidden>  Sat, 23 Aug 2014 14:30:25 +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
Bionic release universe perl
Xenial release universe perl

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-minimumversion-perl_1.38-1.dsc 2.5 KiB 3c827fcf1ca8cf96eddf381b1ca01e6ed71aa0600e10562248539e38d16d2a00
libperl-minimumversion-perl_1.38.orig.tar.gz 29.9 KiB 478b5824791b87fc74c94a892180682bd06ad2cdf34034b1a4b859273927802a
libperl-minimumversion-perl_1.38-1.debian.tar.xz 3.4 KiB b0aa8afc3d92427d885ae05b7f154a83b9bec9590efc699d22fd3f614bc9738b

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.