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 Ubuntu Archiv lucid (universe)
Version0.12-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl, libb-hooks-endofscope-perl, libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße13320 Byte
Prüfsumme MD50505e3e0076a97e7dcf3cb946508f01c
Prüfsumme SHA1e3c7a714dd6ddb96533860c4682526eba5a2ca25
Prüfsumme SHA256da0ef42808f5ba99dfda7e6bcba59cfc5d8f17c6755033700b4748a05f005c32
Link zum Herunterladenlibnamespace-clean-perl_0.12-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