DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibnamespace-clean-perl
Beschreibungmodule for keeping imports and functions out of the current namespace
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.18-1
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl, libb-hooks-endofscope-perl, libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04), libpac
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße13340 Byte
Prüfsumme MD5027cae10198b26659e7a0ecf35165437
Prüfsumme SHA1d6e7b43be97aa082f5d3b8276aa440a14ef7666b
Prüfsumme SHA2569409a1ab0bc956f35af8ddbe0f3bfc5f6f6fcbaf0de6f62c005df996a741490c
Link zum Herunterladenlibnamespace-clean-perl_0.18-1_all.deb
Ausführliche Beschreibungnamespace::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.


Impressum
Linux is a registered trademark of Linus Torvalds