libtest-autoloader-perl 0.03-5 source package in Ubuntu

Changelog

libtest-autoloader-perl (0.03-5) unstable; urgency=medium

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:51:32 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-autoloader-perl_0.03-5.dsc 2.2 KiB 128cbb4186b48771796d6483aceb0decdc42daeb5bf0b8eb0a3b8549eb884a60
libtest-autoloader-perl_0.03.orig.tar.gz 4.4 KiB 0e935740c0be6c8c86ff49a9f6de173e09f45f33c996e9a008ebb1b208f375f1
libtest-autoloader-perl_0.03-5.debian.tar.xz 4.2 KiB a579370f6d0b11112df70d5f599d79da8a561b399f2e6793a6202f12fa053824

Available diffs

No changes file available.

Binary packages built by this source

libtest-autoloader-perl: testing utility for autosplit/autoloaded modules

 Test::AutoLoader single-purpose module attempts to eliminate uncaught syntax
 errors or other obvious goofs in subroutines that are autosplit, and hence not
 looked at by "perl -c Module.pm". Ideally, this module will become unnecessary
 as you reach full coverage of those subroutines in your unit tests. Until
 that happy day, however, this should provide a quick and dirty backstop for
 embarrassing typos.