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

Changelog

libnamespace-clean-perl (0.25-1) unstable; urgency=medium


  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.25
  * Declare compliance with Debian Policy 3.9.5
  * Wrap and sort fields in debian/control file

 -- Salvatore Bonaccorso <email address hidden>  Thu, 13 Mar 2014 19:34:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnamespace-clean-perl_0.25-1.dsc 2.4 KiB c0b7a37ea9ca524aab42d72fb43a3ce983dfc41d574f5d555b280df6afb2e2c6
libnamespace-clean-perl_0.25.orig.tar.gz 12.5 KiB 946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04
libnamespace-clean-perl_0.25-1.debian.tar.xz 3.6 KiB c1815059d34b903b84351d64c353f9537bc9d24b6fe5fa3ee173561b52b0ddb6

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.