libvendorlib-perl 0.12-2 source package in Ubuntu

Changelog

libvendorlib-perl (0.12-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ 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.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 22:01:22 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libvendorlib-perl_0.12-2.dsc 2.1 KiB f0de51aed4384780f305dcbc3318e27c614323884c729e669db609b7a9d11206
libvendorlib-perl_0.12.orig.tar.gz 11.0 KiB 3bafa741c3731cdef05c9e8bbbdf5743a07b5c43dbd02f9ae5950e5d582007c3
libvendorlib-perl_0.12-2.debian.tar.xz 2.6 KiB 3e00b550e0ecbc27166aba1574d3a77e468a6eeda87c88293d0c46cc83c38725

Available diffs

No changes file available.

Binary packages built by this source

libvendorlib-perl: pragma to enforce only core and vendor libraries are used

 In a system distribution such as Debian, it may be advisable for Perl programs
 to ignore the user's CPAN-installed modules and only use the
 distribution-provided modules to avoid possible breakage with newer and
 unpackaged versions of modules.
 .
 To that end, this pragma will replace your @INC with only the core and vendor
 @INC paths, ignoring site_perl and $ENV{PERL5LIB} entirely.
 .
 It is recommended that you put 'use vendorlib;' as the first statement in your
 program, before even 'use strict;' and 'use warnings;'.