Paketname | libsmart-comments-perl |
Beschreibung | Perl module for comments that do more than just sit there |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.4-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl, perl-modules (>= 5.10) | libversion-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23060 Byte |
Prüfsumme MD5 | 8cddc8c03a705c3bc464647c83df8c71 |
Prüfsumme SHA1 | d9e6d854b0bd4cf88e5a96904e98ef86ba81669c |
Prüfsumme SHA256 | d2cfdc55f5cc80f0c7f564374dc6c7ed2ee3637d2c98bbdabe15d75e858ec060 |
Link zum Herunterladen | libsmart-comments-perl_1.0.4-1_all.deb |
Ausführliche Beschreibung | Smart::Comments is a Perl module that implements "intelligent" comments that
can aid in debugging and tracking program execution flow. They can report the
value of a variable, track the progress of a loop, and verify that particular
assertions are true.
.
Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the "use Smart::Comments" line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.
|