libmodule-metadata-perl 1.000037-2 source package in Ubuntu

Changelog

libmodule-metadata-perl (1.000037-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 04:27:28 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-metadata-perl_1.000037-2.dsc 2.2 KiB 647fc058116c9c4fc1a82a16a34ea479bc1cc1ece18e20b68c65765afbb090c7
libmodule-metadata-perl_1.000037.orig.tar.gz 49.5 KiB 445cb48879c586c466b86560ef1115e6feedfb9068f8478d14fe0b3150c1fea2
libmodule-metadata-perl_1.000037-2.debian.tar.xz 3.2 KiB ed8b12fbeca43ad55a8ee5a7833f70fe3476535954558b62a86786936ee67264

Available diffs

No changes file available.

Binary packages built by this source

libmodule-metadata-perl: Perl module to gather package and POD information from perl module files

 Module::Metadata provides a standard way to gather metadata (like name,
 version, list of packages, list of pod sections, ...) about a .pm file
 through (mostly) static analysis and (some) code execution. When
 determining the version of a module, the $VERSION assignment is evaled,
 as is traditional in the CPAN toolchain.