Paketname | libnamespace-clean-perl |
Beschreibung | module for keeping imports and functions out of the current namespace |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.18-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl, libb-hooks-endofscope-perl, libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04), libpac |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 13340 Byte |
Prüfsumme MD5 | 027cae10198b26659e7a0ecf35165437 |
Prüfsumme SHA1 | d6e7b43be97aa082f5d3b8276aa440a14ef7666b |
Prüfsumme SHA256 | 9409a1ab0bc956f35af8ddbe0f3bfc5f6f6fcbaf0de6f62c005df996a741490c |
Link zum Herunterladen | libnamespace-clean-perl_0.18-1_all.deb |
Ausführliche Beschreibung | 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.
|