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

Changelog

libnamespace-autoclean-perl (0.13-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright:
    - Replace DEP5 Format-Specification URL from svn.debian.org to
      anonscm.debian.org URL.
    - Update copyright information for debian/* packaging.
  * Imported Upstream version 0.13
  * Email change: Salvatore Bonaccorso -> <email address hidden>
  * Email change: Ryan Niebur -> <email address hidden>
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:09:02 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-autoclean-perl_0.13.orig.tar.gz 12.7 KiB 04d4708654016bfc157b0779e1f93362b38f7a4bccb3631b0649d19f5c9aa3f0
libnamespace-autoclean-perl_0.13-1.debian.tar.gz 2.4 KiB 1d197eb37fc2a267d91d8d9f76437dc54e8aebf66652b4f304aabba8d17b8575
libnamespace-autoclean-perl_0.13-1.dsc 2.2 KiB be8d31366234dbd678ee3254dad433c7a5d588e2bfa2c695ca8257f3e3d8a880

Available diffs

View changes file

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.