libmodule-extract-version-perl 1.115-2 source package in Ubuntu

Changelog

libmodule-extract-version-perl (1.115-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Mon, 18 Jul 2022 23:22: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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-extract-version-perl_1.115-2.dsc 2.5 KiB 13a22e7f1f5691b617fe172894488bda9fb134eb48948ce8929a187040ad9cf5
libmodule-extract-version-perl_1.115.orig.tar.gz 11.7 KiB 729c4e0d343a7100910daaad30d23c25cc2eee2fa9d20a8052f972fd87fc6eec
libmodule-extract-version-perl_1.115-2.debian.tar.xz 4.7 KiB 4b6d73a524b5bc9f09986da9bd18f965e519f5cd12a70470bf278319885196f7

No changes file available.

Binary packages built by this source

libmodule-extract-version-perl: module to extract a module version safely

 The Module::Extract::VERSION module lets you pull out of module source code
 the version number for the module. It assumes that there is only one $VERSION
 in the file and the entire $VERSION statement is on the same line.