Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / p5-Smart-Comments / DESCR
1 The Perl 5 module Smart::Comments provide an easy way to insert
2 debugging and tracking code into a program. They can report the
3 value of a variable, track the progress of a loop, and verify that
4 particular assertions are true.
5 Best of all, when you're finished debugging, you don't have to
6 remove them. Simply commenting out the use Smart::Comments line
7 turns them back into regular comments. Leaving smart comments in
8 your code is smart because if you needed them once, you'll almost
9 certainly need them again later.