libtest-perl-critic-perl 1.04-2 source package in Ubuntu

Changelog

libtest-perl-critic-perl (1.04-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 15:41:01 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-perl-critic-perl_1.04-2.dsc 2.2 KiB c44952ed10654cfd5472cd8de120ccfda8af36fc1053e82cd0a7a4af67ca65c0
libtest-perl-critic-perl_1.04.orig.tar.gz 21.6 KiB 28f806b5412c7908b56cf1673084b8b44ce1cb54c9417d784d91428e1a04096e
libtest-perl-critic-perl_1.04-2.debian.tar.xz 3.0 KiB c01d92680c457b981207d4a5c4179eaf57e3397c526fd21b90dd3cdb12d9dff8

Available diffs

No changes file available.

Binary packages built by this source

libtest-perl-critic-perl: module to use Perl::Critic in test scripts

 Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
 suitable for test programs written using the Test::More framework. This makes
 it easy to integrate coding-standards enforcement into the build process. For
 ultimate convenience (at the expense of some flexibility), see the criticism
 pragma.
 .
 If you'd like to try Perl::Critic without installing anything, there is a web
 service available at http://perlcritic.com. The web service does not support
 all the configuration features that are available in the native Perl::Critic
 API, but it should give you a good idea of what it does.