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

Changelog

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


  * Update Vcs-Browser URL to cgit web frontend
  * Add debian/upstream/metadata
  * Imported upstream version 0.20
  * Add autopkgtest control file
  * Make Build-Depends on libmodule-build-tiny-perl versioned.
    Make unversioned Build-Depends for libmodule-build-tiny-perl versioned
    to (>= 0.038).

 -- Salvatore Bonaccorso <email address hidden>  Tue, 09 Sep 2014 07:44:27 +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

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnamespace-autoclean-perl_0.20-1.dsc 2.4 KiB 61fdd73a6fe3e61dfad38ef926eeaa5f0ac6084200f65bde4fe4338f4945611e
libnamespace-autoclean-perl_0.20.orig.tar.gz 35.0 KiB 42a199314d07b7a29044d6072529ca53037c75a43550193b1586bd19c690a05f
libnamespace-autoclean-perl_0.20-1.debian.tar.xz 3.4 KiB 47ebb14cd112941d3b768d8ac6fd2327d5ca43880ea852fdd0d7851963703af0

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.