libtest-fixme-perl 0.16-1 source package in Ubuntu

Changelog

libtest-fixme-perl (0.16-1) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * Import upstream version 0.16.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Sun, 08 May 2016 17:53:26 +0200

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-fixme-perl_0.16-1.dsc 2.2 KiB 7c5c27914c2c40ec82d2283ce77fd3066896d41dc17d4f412044f6a24b8e4f6c
libtest-fixme-perl_0.16.orig.tar.gz 20.2 KiB e92841fbfb41268c244721a4e416ccd574b5f1ab72a8767003b1963959b9cf33
libtest-fixme-perl_0.16-1.debian.tar.xz 2.6 KiB 022dd380c561223443fdd54da28a83f1058c2869e34eb74d130f97dcfa98a9aa

Available diffs

No changes file available.

Binary packages built by this source

libtest-fixme-perl: Perl module to check code for FIXME declarations

 When coding it is common to come up against problems that need to be
 addressed but that are not a big deal at the moment. What generally happens
 is that the coder adds comments like:
 .
  # FIXME - add checking of user privileges here.
 .
 Test::Fixme allows you to add a test file that ensures that none of these get
 forgotten in the module.