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


Paketnamelibautodie-perl
BeschreibungPerl pragma to make certain failures fatal
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.06.01-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe196 Byte
Hängt ab vonperl, libsub-identify-perl (>= 0.04)
Empfohlene Paketelibipc-system-simple-perl (>= 0.12)
PaketbetreuerUbuntu Developers
Quelle
Paketgröße66650 Byte
Prüfsumme MD503ba377bfe209ea4c5ab90c3b297942c
Prüfsumme SHA1b0df9678a338193c498791a5d0413b022a4fbb2b
Prüfsumme SHA256024b787c0c13b1596b6f1bbf397e6be6831f1eefcea45e5cef4e180af7be1084
Link zum Herunterladenlibautodie-perl_2.06.01-2_all.deb
Ausführliche Beschreibungautodie is a Perl pragma that changes the behaviour of many built-in functions so that exceptions are thrown on failure rather than simply returning a false value. It understands lexical scope, meaning functions and subroutines altered with this module will only have this behaviour until the end of the enclosing eval, file or block, so it is useful when some code is out of your control. . By throwing exceptions on failure rather than simply returning false, programs are more robust and problems are easier to troubleshoot. . This module can also use IPC::System::Simple (see libipc-system-simple-perl) to do all the heavy lifting.


Impressum
Linux is a registered trademark of Linus Torvalds