libnamespace-autoclean-perl 0.28-1 source package in Ubuntu

Changelog

libnamespace-autoclean-perl (0.28-1) unstable; urgency=medium

  * Team upload.
  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.
  * Import upstream version 0.28.
  * Update years of upstream and packaging copyright.
  * Drop build dependency on Module::Build::Tiny.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 19:21:58 +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
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnamespace-autoclean-perl_0.28-1.dsc 2.5 KiB b9035830ef95705bb0b820b01a6b780e7ae25b272dc157d13ad81d092ceb3e32
libnamespace-autoclean-perl_0.28.orig.tar.gz 35.3 KiB cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39
libnamespace-autoclean-perl_0.28-1.debian.tar.xz 3.4 KiB 5a128bbfabbf828dc7cc698475b7e1680b5d7640ec44adcedf1aeeefc19207d5

Available diffs

No changes file available.

Binary packages built by this source

libnamespace-autoclean-perl: module to remove imported symbols after compilation

 namespace::autoclean is a Perl pragma that keeps your namespace clean by
 removing all imported symbols at the end of the current package's compile
 cycle. Perhaps most importantly, this means that imported functions will no
 longer be made accidentally accessible to users outside of your package via
 method invocations.
 .
 This module differs from namespace::clean (see libnamespace-clean-perl) in
 that it cleans all imported functions, whether or not the imports happened
 prior to using the pragma. Things that "look" like a method (according to
 Class::MOP) will be left alone.