libsub-strictdecl-perl 0.005-2 source package in Ubuntu

Changelog

libsub-strictdecl-perl (0.005-2) unstable; urgency=medium

  * Team upload
  * No-changes source-only upload to enable testing migration

 -- Damyan Ivanov <email address hidden>  Sat, 11 Dec 2021 21:22:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsub-strictdecl-perl_0.005-2.dsc 2.3 KiB 86f8d9079d0500d53bb48543dd00c15f4197ee6b3b4033c3cc07884c42319c20
libsub-strictdecl-perl_0.005.orig.tar.gz 7.5 KiB a127dae7645c1a9570cd9a2970c6dc493d522ff07318a34a39e409098f691125
libsub-strictdecl-perl_0.005-2.debian.tar.xz 1.6 KiB 1c00c60f5f7603939263cd96cde6051f77757cf23964995338d213d0e953c53c

Available diffs

No changes file available.

Binary packages built by this source

libsub-strictdecl-perl: module to detect undeclared subroutines in compilation

 Sub::StrictDecl provides optional checking of subroutine existence at compile
 time. This checking detects mistyped subroutine names and subroutines that
 the programmer forgot to import. Traditionally Perl does not detect these
 errors until runtime, so it is easy for errors to lurk in rarely-executed or
 untested code.

libsub-strictdecl-perl-dbgsym: debug symbols for libsub-strictdecl-perl