libtest-cleannamespaces-perl 0.18-1 source package in Ubuntu

Changelog

libtest-cleannamespaces-perl (0.18-1) unstable; urgency=medium

  * autopkgtest integration: drop (installation of) dummy perl module.
    This is done by pkg-perl-autopkgtest now.
  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.
  * Update Test::Tester build dependency.

  * Import upstream version 0.18.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Mon, 26 Oct 2015 17:53:01 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-cleannamespaces-perl_0.18-1.dsc 2.6 KiB f4ee31425c265e654452c416425fb893792c0a7e0579414e1c71d935b5044064
libtest-cleannamespaces-perl_0.18.orig.tar.gz 30.7 KiB 3c497bb488175e622873275aa7636b42ab5ceac0a85a4598e1f1edb022264777
libtest-cleannamespaces-perl_0.18-1.debian.tar.xz 2.1 KiB a15eda17ec46c3044191add27b147130145a62802cd95dc19247e9fd2a3bf26e

Available diffs

No changes file available.

Binary packages built by this source

libtest-cleannamespaces-perl: module to check for uncleaned imports

 Test::CleanNamespaces lets you check your module's namespaces for imported
 functions you might have forgotten to remove with namespace::autoclean or
 namespace::clean and are therefore available to be called as methods, which
 usually isn't want you want.