pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Smart-Comments version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7b15e11d4da
branches:  trunk
changeset: 528638:c7b15e11d4da
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri May 11 16:28:11 2007 +0000

description:
Note initial addition of p5-Smart-Comments version 1.0.2 as
devel/p5-Smart-Comments into The NetBSD Packages Collection.

The Perl 5 module Smart::Comments provide an easy way to insert
debugging and tracking code into a program. 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.

diffstat:

 doc/CHANGES-2007 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 3137aab3689b -r c7b15e11d4da doc/CHANGES-2007
--- a/doc/CHANGES-2007  Fri May 11 16:27:01 2007 +0000
+++ b/doc/CHANGES-2007  Fri May 11 16:28:11 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1033 2007/05/11 13:52:07 obache Exp $
+$NetBSD: CHANGES-2007,v 1.1034 2007/05/11 16:28:11 seb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -1962,3 +1962,4 @@
        Added misc/basket version 1.0.2 [seb 2007-05-10]
        Updated mail/roundcube to 20070508 [schmonz 2007-05-11]
        Updated devel/popt to 1.7nb7 [obache 2007-05-11]
+       Added devel/p5-Smart-Comments version 1.0.2 [seb 2007-05-11]



Home | Main Index | Thread Index | Old Index