Paketname | libindirect-perl |
Beschreibung | lexically warn about using the indirect object syntax |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.21-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl (>= 5.10.1-13), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23358 Byte |
Prüfsumme MD5 | be6ba6110c7b0ae0778209ca3d7b8a5f |
Prüfsumme SHA1 | c8a26a5c15bb33665dd1e8c80c8d2860ca59dd70 |
Prüfsumme SHA256 | 252856e37678aa485ce937b836d479241db697153a1553cd9b9d3d24970a73b9 |
Link zum Herunterladen | libindirect-perl_0.21-1_i386.deb |
Ausführliche Beschreibung | When enabled (or disabled as some may prefer to say, since you actually turn
it on by calling no indirect), this pragma warns about indirect object syntax
constructs that may have slipped into your code. This syntax is now
considered harmful, since its parsing has many quirks and its use is error
prone (when swoosh isn't defined, swoosh $x actually compiles to $x->swoosh).
.
It currently does not warn for core functions (print, say, exec or system).
This may change in the future, or may be added as optional features that
would be enabled by passing options to unimport.
.
indirect is not a source filter.
|