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


Paketnamelibexporter-lite-perl
Beschreibunglightweight subset of Exporter
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.02-2
Sektionperl
Prioritätoptional
Installierte Größe60 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8908 Byte
Prüfsumme MD5f98e76fd02f81cc2e1b258822c04b5ad
Prüfsumme SHA193d8b26a5dd8519d3bdb2e00e0d0ae2f5de827ef
Prüfsumme SHA256e7ac5608d0ec944102780332355579a7f4f47edc64d824f4159b0a847ac1e6cb
Link zum Herunterladenlibexporter-lite-perl_0.02-2_all.deb
Ausführliche BeschreibungExporter::Lite is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else. . Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no @ISA = qw(Exporter::Lite) mantra). Exporter::Lite simply exports its import() function. This might be called a "mix-in". . Setting up a module to export its variables and functions is simple: . package My::Module; use Exporter::Lite; . @EXPORT = qw($Foo bar);


Impressum
Linux is a registered trademark of Linus Torvalds