libvendorlib-perl 0.12-4 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 20:27:10 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libvendorlib-perl_0.12-4.dsc 2.1 KiB 7ca07e4903049709364811e9357f60b02b4e1c0616f152c429a32d89adaa257a
libvendorlib-perl_0.12.orig.tar.gz 11.0 KiB 3bafa741c3731cdef05c9e8bbbdf5743a07b5c43dbd02f9ae5950e5d582007c3
libvendorlib-perl_0.12-4.debian.tar.xz 2.7 KiB 39ad1b62a03be711d2de5bf5048f6bc7fd300404a5ddf2875739b1a4fd6558f5

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;'.