Paketname | libdevel-declare-perl |
Beschreibung | module to add new syntax to Perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.006000-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4), libb-hooks-op-check-perl, libb-hooks-endofscope |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 43122 Byte |
Prüfsumme MD5 | e5a102378c226d4046dadb44ce73b312 |
Prüfsumme SHA1 | 05f4610641b97307fe82c02efdc9dea2fd3d6ec4 |
Prüfsumme SHA256 | 43059bc37370aec8fd6a3f8f12736a6f1fd2f30e310409787c0f9fbb4f60f094 |
Link zum Herunterladen | libdevel-declare-perl_0.006000-1_i386.deb |
Ausführliche Beschreibung | Devel::Declare can install subroutines called declarators which locally take
over control of Perl's parser, allowing the creation of new syntax, including
keywords and other constructs that might not be, in themselves, valid Perl 5
code.
.
This module can be used for adding new keywords, completely in Perl code. It
allows a subroutine to be executed during the Perl code compilation, meaning
that syntax can be transformed into equivalent code for Perl on-the-fly.
|