libnamespace-clean-perl 0.27-2 source package in Ubuntu
Changelog
libnamespace-clean-perl (0.27-2) unstable; urgency=medium [ gregor herrmann ] * Remove Antonio Radici from Uploaders. Thanks for your work! * Remove Jonathan Yu from Uploaders. Thanks for your work! * Remove Rene Mayorga from Uploaders. Thanks for your work! [ Alex Muntada ] * Remove inactive pkg-perl members from Uploaders. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Remove constraints unnecessary since stretch: + Build-Depends-Indep: Drop versioned constraint on libb-hooks-endofscope-perl. + libnamespace-clean-perl: Drop versioned constraint on libb-hooks-endofscope-perl in Depends. -- Jelmer Vernooij <email address hidden> Thu, 16 Jun 2022 15:56:39 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl | |
Kinetic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnamespace-clean-perl_0.27-2.dsc | 2.3 KiB | 268e3b3874d0bede53e20e8c792835f21f5cdea75035d23ca0f89a7a007c0e63 |
libnamespace-clean-perl_0.27.orig.tar.gz | 17.4 KiB | 8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d |
libnamespace-clean-perl_0.27-2.debian.tar.xz | 4.4 KiB | 2861c5ed6984fc502c23ddd7129c83a1ece26146f199e72f5f50efb0074d059f |
Available diffs
- diff from 0.27-1 to 0.27-2 (1.7 KiB)
- diff from 0.27-1.1 to 0.27-2 (1.6 KiB)
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.