libppix-documentname-perl 1.01-1 source package in Ubuntu

Changelog

libppix-documentname-perl (1.01-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 1.01.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright, and Upstream-
    Maintainer.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 30 Sep 2021 17:59:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libppix-documentname-perl_1.01-1.dsc 2.4 KiB bdd647b9e97124cbd2a80784e48ff2edd5d59baedd40ea294b80b3521fd085a3
libppix-documentname-perl_1.01.orig.tar.gz 32.7 KiB edbfff34a3f118b32b59c110a89f801cd0b28b39bbbcc1fff5560f9f407d5fd6
libppix-documentname-perl_1.01-1.debian.tar.xz 2.1 KiB f015a6f563a0c979fcf57f9c30d823a2bc5a113fe21844ee99c2da18fb5ab52e

Available diffs

No changes file available.

Binary packages built by this source

libppix-documentname-perl: utility to extract a name from a PPI Document

 PPIx::DocumentName contains a few utilities for extracting a "name" out of an
 arbitrary Perl file.
 .
 Typically, this is the module name, in the form:
 .
  package Foo
 .
 However, it also supports extraction of an override statement in the form:
 .
  # PODNAME: OverrideName::Goes::Here
 .
 which may be more applicable for documents that lack a package statement, or
 the package statement may be "wrong", but they still need the document parsed
 under the guise of having a name (for purposes such as POD).