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

Changelog

libperl-minimumversion-perl (1.32-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 1.30, 1.31 and 1.32
  * Remove explicit perl Depends covered by ${perl:Depends}
  * Add versioned (build-)dependency for libppix-regexp-perl.
    Add versioned (Build-)Depends(-Indep) on libppix-regexp-perl (>= 0.029)
  * Update debian/copyright file information.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for upstream files, bundled copy of
    Module::Install and debian/* packaging files.
  * Bump Standards-Version to 3.9.4
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Fri, 28 Jun 2013 15:55:02 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl-minimumversion-perl_1.32-1.dsc 2.5 KiB ddeaa187702359581b3e11cfbbc5cc3c9d1ac2bb0ba566fdb18e221a0fcbfffe
libperl-minimumversion-perl_1.32.orig.tar.gz 47.2 KiB fa9884abee80c7afc260a28a4e6a6804a0335f5f582e3931c3a53b8504f1a27a
libperl-minimumversion-perl_1.32-1.debian.tar.gz 3.4 KiB b35baba7563b94de69bbdb136fe48514a52474bd9f843ccbf87a042b8f8ad374

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.