libnamespace-clean-perl 0.22-1 source package in Ubuntu

Changelog

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


  * Team upload
  * New upstream release
  * Update upstream copyright holders
  * Drop pod-whatis.diff patch (fixed upstream)
  * Update DEP-5 formatting a bit

 -- Alessandro Ghedini <email address hidden>  Mon, 26 Dec 2011 18:51:59 +0100

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
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-clean-perl_0.22-1.dsc 2.4 KiB b84f0ab2fef4887103887647c9f64ddff2e07ead695b136bcd8d508fede67dcf
libnamespace-clean-perl_0.22.orig.tar.gz 12.9 KiB f0dd7bc99860ceaa64b3c90ff54cf9560307c995e53a0a31ad78e7415c5ef79d
libnamespace-clean-perl_0.22-1.debian.tar.gz 3.4 KiB 04db7a6a742ae3d13979d8408521aff7cdc6f8802755879e7ed9ffd5b6e9d62d

Available diffs

No changes file available.

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.