libpod-constants-perl 0.19-2 source package in Ubuntu

Changelog

libpod-constants-perl (0.19-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ 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).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Add libpod-parser-perl to {build,runtime} dependencies.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 17 May 2020 13:50:57 +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
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl
Jammy release main perl

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpod-constants-perl_0.19-2.dsc 2.4 KiB 1e0a5fa0a9fd207b99938cd20a223bb395ad0d98c1f16f05244b4f7222e89e77
libpod-constants-perl_0.19.orig.tar.gz 13.1 KiB efabb3cb5174e738e0223a8bb5ea0d5a2182714bf34199dde6d9264fbfc84fda
libpod-constants-perl_0.19-2.debian.tar.xz 5.8 KiB 9f9c6a30d5a86d4c8aca26edaca33289b2d55c8c86f4263f34634549ae29fb4d

Available diffs

No changes file available.

Binary packages built by this source

libpod-constants-perl: module for including constants from POD

 This module allows you to specify those constants that should be
 documented in your POD, and pull them out a run time in a fairly
 arbitrary fashion.
 .
 Pod::Constants uses Pod::Parser to do the parsing of the source file.
 It has to open the source file it is called from, and does so directly
 either by lookup in %INC or by assuming it is $0 if the caller is
 "main" (or it can't find %INC{caller()})