Pakket: libnamespace-autoclean-perl (0.28-1)
Verwijzigingen voor libnamespace-autoclean-perl
Debian bronnen:
Het bronpakket libnamespace-autoclean-perl downloaden:
- [libnamespace-autoclean-perl_0.28-1.dsc]
- [libnamespace-autoclean-perl_0.28.orig.tar.gz]
- [libnamespace-autoclean-perl_0.28-1.debian.tar.xz]
Beheerders:
- Debian Perl Group (QA-pagina, Mailarchief)
- Ryan Niebur (QA-pagina)
- Salvatore Bonaccorso (QA-pagina)
- Jonathan Yu (QA-pagina)
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libnamespace-autoclean-perl gerelateerde pakketten
|
|
|
|
-
- dep: libb-hooks-endofscope-perl (>= 0.12)
- module for executing code after a scope finished compilation
-
- dep: libnamespace-clean-perl (>= 0.20)
- module for keeping imports and functions out of the current namespace
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language