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

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.14
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Change (build-)dependency constraints for libb-hooks-endofscope-perl.
    Make Build-Depends-Indep and Depends on libb-hooks-endofscope-perl
    versioned to (>= 0.12).
  * Add Build-Depends on libmodule-build-tiny-perl (>= 0.028)
  * Add Build-Depends-Indep on libsub-name-perl
  * Add Build-Depends-Indep on libtest-checkdeps-perl (>= 0.007)
  * Add alternative Build-Depends-Indep for Test::More 0.94.
    Add perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) to
    Build-Depends-Indep.
  * Update debian/copyright file.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Adjust copyright years for upstream files.
    Update copyright stanza for debian/* packaging files. Add missing
    License and Files field and update copyright years.
  * Bump Standards-Version to 3.9.4
  * Wrap and sort fields in debian/control file
  * Bump Debhelper compat level to 9
  * Update versioned Build-Depends on debhelper to (>= 9.20130630~)

 -- Salvatore Bonaccorso <email address hidden>  Wed, 09 Oct 2013 15:30:18 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-autoclean-perl_0.14-1.dsc 2.5 KiB 9ba1db29918fa4e5e3200d72867cf44ea82ba5c21a992404dda9a58e34b5bc41
libnamespace-autoclean-perl_0.14.orig.tar.gz 19.4 KiB 0d138b4145f1a69efb19c3a0ad850e54a978e8027e9b2ae452af030a5f0f00b7
libnamespace-autoclean-perl_0.14-1.debian.tar.gz 2.8 KiB 3c882d633f30f0443050e5762d4a8c58d5147dd0b8fa3117f26b0b9bcc0e8c4d

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.