Pakket: libnamespace-sweep-perl (0.006-2)
Verwijzigingen voor libnamespace-sweep-perl
Trisquel bronnen:
Het bronpakket libnamespace-sweep-perl downloaden:
- [libnamespace-sweep-perl_0.006-2.dsc]
- [libnamespace-sweep-perl_0.006.orig.tar.gz]
- [libnamespace-sweep-perl_0.006-2.debian.tar.gz]
Beheerder:
Original Maintainers:
- Debian Perl Group (Mailarchief)
- Jonas Smedegaard
Externe bronnen:
- Homepage [search.cpan.org]
Vergelijkbare pakketten:
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.
Andere aan libnamespace-sweep-perl gerelateerde pakketten
|
|
|
-
- dep: libb-hooks-endofscope-perl (>= 0.09)
- module for executing code after a scope finished compilation
-
- dep: libpackage-stash-perl (>= 0.33)
- module providing routines for manipulating stashes
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language