Package: libnamespace-clean-perl (0.05-2) [universe]
Links for libnamespace-clean-perl
Ubuntu Resources:
Download Source Package libnamespace-clean-perl:
- [libnamespace-clean-perl_0.05-2.dsc]
- [libnamespace-clean-perl_0.05.orig.tar.gz]
- [libnamespace-clean-perl_0.05-2.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
Keep imports and functions out of the current namespace
When you define a function, or import one, into a Perl package, it will naturally also be available as a method. This does not per se cause problems, but it can complicate subclassing and, for example, plugin classes that are included via multiple inheritance by loading them as base classes.
The "namespace::clean" pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. 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.
Other Packages Related to libnamespace-clean-perl
|
|
|
-
- dep: libfilter-eof-perl
- Run a callback after a file has been compiled
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libnamespace-clean-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 9.0 kB | 64.0 kB | [list of files] |