libnamespace-sweep-perl 0.006-1 source package in Ubuntu

Changelog

libnamespace-sweep-perl (0.006-1) unstable; urgency=low


  * Initial packaging release.
    Closes: bug#703988.

 -- Jonas Smedegaard <email address hidden>  Tue, 26 Mar 2013 15:45:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-sweep-perl_0.006-1.dsc 2.2 KiB 6e35607dff7c8fbd1d2805f118d26377928f6d0a42b547893dae8a08b515d895
libnamespace-sweep-perl_0.006.orig.tar.gz 12.4 KiB de99ce915ab0f93781580e3433d7dc9c2585a2789627173b280c6030ac0b1953
libnamespace-sweep-perl_0.006-1.debian.tar.gz 2.9 KiB 833c310c9b07e1a1f229d9d2cefbd92c55c211361f8c236d2345d324975796c8

No changes file available.

Binary packages built by this source

libnamespace-sweep-perl: sweeps up imported subs in your classes

 Because Perl methods are just regular subroutines, it's difficult to
 tell what's a method and what's just an imported function. As a result,
 imported functions can be called as methods on your objects.
 .
 The namespace::sweep pragma will delete imported functions from your
 class's symbol table, thereby ensuring that your interface is as you
 specified it. However, code inside your module will still be able to
 use the imported functions without any problems.