libnamespace-autoclean-perl 0.29-2 source package in Ubuntu
Changelog
libnamespace-autoclean-perl (0.29-2) unstable; urgency=medium [ Debian Janitor ] * 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 ] * Update standards version to 4.5.1, no changes needed. * Bump debhelper from old 12 to 13. * Update standards version to 4.6.1, no changes needed. -- Jelmer Vernooij <email address hidden> Sat, 19 Nov 2022 15:31:45 +0000
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 | universe | perl | |
Lunar | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnamespace-autoclean-perl_0.29-2.dsc | 2.3 KiB | 66f383d037748fa6ef508f1796a57bba09b634447c336f528bdf88233fd73c63 |
libnamespace-autoclean-perl_0.29.orig.tar.gz | 37.9 KiB | 45ebd8e64a54a86f88d8e01ae55212967c8aa8fed57e814085def7608ac65804 |
libnamespace-autoclean-perl_0.29-2.debian.tar.xz | 3.7 KiB | a9e1fbfd5b504b9ab48384bb425741667f487b5c96f0e97f4f18286d63ae4743 |
Available diffs
- diff from 0.29-1 to 0.29-2 (1.1 KiB)
No changes file available.
Binary packages built by this source
- libnamespace-autoclean-perl: module to remove imported symbols after compilation
namespace:
:autoclean is a Perl pragma that keeps your namespace clean by
removing all imported symbols at the end of the current package's compile
cycle. Perhaps most importantly, this means that imported functions will no
longer be made accidentally accessible to users outside of your package via
method invocations.
.
This module differs from namespace::clean (see libnamespace-clean-perl) in
that it cleans all imported functions, whether or not the imports happened
prior to using the pragma. Things that "look" like a method (according to
Class::MOP) will be left alone.