libnamespace-clean-perl 0.21-2 source package in Ubuntu

Changelog

libnamespace-clean-perl (0.21-2) unstable; urgency=low

  * Restore (build-)dep on libsub-name-perl, libsub-identify-perl (>= 0.04).
    Closes: #637770

libnamespace-clean-perl (0.21-1) unstable; urgency=low

  * New upstream release.
  * Remove patch fix-pod-spelling.patch (applied upstream).
  * Add NAME section to POD documentation.
    + new patch: pod-whatis.diff
  * Remove (build-)dep on libsub-name-perl, libsub-identify-perl (>= 0.04).
  * Bump (build-)dep on libpackage-stash-perl to >= 0.23.
  * debian/control: Convert Vcs-* fields to Git.
  * Bump Standards-Version to 3.9.2 (no changes).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:09:03 +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

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-clean-perl_0.21.orig.tar.gz 11.5 KiB b16069bc9261f8c9f2bd541f96076e0961fa4424ce299dac0c9c5523a18e5836
libnamespace-clean-perl_0.21-2.debian.tar.gz 3.5 KiB e32b184b0b706f04e45296daee01ede3b2ce7df606a411069f09dcc8990bd1f8
libnamespace-clean-perl_0.21-2.dsc 2.4 KiB 72ed9552100d03afe6fd56607f1f86a4faa9ad8242988507096d1f5b7d38f15d

Available diffs

View changes file

Binary packages built by this source

libnamespace-clean-perl: module for keeping imports and functions out of the current namespace

 namespace::clean is a Perl pragma for keeping imported functions out of the
 current namespace. This is especially important because Perl functions are
 naturally available as methods, which can complicate subclassing.
 .
 Using the namespace::clean pragma will remove all previously declared or
 imported symbols at the end of the current package's compile cycle. This
 means that functions called in the package itself will still be bound by
 their name, but they won't show up as methods on your class or instances.