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

Changelog

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

  * Team upload.

  [ Lucas Kanashiro ]
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.6

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change order of alternative (build) dependencies.
  * Declare compliance with Debian Policy 3.9.7.

 -- gregor herrmann <email address hidden>  Sun, 21 Feb 2016 20:22:10 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-autoloader-perl_0.03-4.dsc 2.3 KiB 201e45c06ca7c44d90ed69c1e1b8ba4fbff688404169031dc49aa7625ae5d1e1
libtest-autoloader-perl_0.03.orig.tar.gz 4.4 KiB 0e935740c0be6c8c86ff49a9f6de173e09f45f33c996e9a008ebb1b208f375f1
libtest-autoloader-perl_0.03-4.debian.tar.xz 4.0 KiB 45be2c27f7227d6371de3c9c9b4d7d5e9af7cb3f7b70a8d635ad032af6df4252

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.