libfile-sharedir-par-perl 0.06-2 source package in Ubuntu

Changelog

libfile-sharedir-par-perl (0.06-2) unstable; urgency=low

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

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

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

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Antonio Radici from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Add debian/upstream/metadata
  * debian/compat: Update to version 9.
  * debian/control: Update Standards-Version to 3.9.8, Build-Depends
    on debhelper to (>= 9).
  * debian/patches/fix-pod-spelling.patch: Forward upstream.
  * Add debian/tests/pkg-perl/smoke-setup

 -- Alex Muntada <email address hidden>  Fri, 19 May 2017 20:13:52 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-sharedir-par-perl_0.06-2.dsc 2.3 KiB c26b2b958e00f87d05170ec4c14be946026c601459e3075001016e2b6b75f1c3
libfile-sharedir-par-perl_0.06.orig.tar.gz 30.8 KiB 8e35ea0744be4548467e13867eb085d01cc9641fed21f1b118bf86c731447ab4
libfile-sharedir-par-perl_0.06-2.debian.tar.xz 3.0 KiB 96cb85e420e192301a51da1dc7be4a1cde04bbdeba58950fedcf9a5cbd96c2ba

Available diffs

No changes file available.

Binary packages built by this source

libfile-sharedir-par-perl: module for handling shared data in PAR archives

 File::ShareDir::PAR is a Perl module that provides a mechanism for locating
 shared data in PAR packages. By using this module's functions, the currently
 loaded .par files will be scanned before @INC, which is the same order you
 get for loading modules when PAR is in effect. If a matching path is found
 in a PAR archive, the full archive is extracted and the path returned will
 point to the extracted copy on disk.