Up to [cvs.netbsd.org] / pkgsrc / devel / p5-Smart-Comments
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 16 23:41:10 2010 UTC (2 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Updating devel/p5-Smart-Comments from 1.0.3 to 1.0.4
pkgsrc changes:
- Add license definition
- Add module type
Upstream changes:
1.0.4
- List of changes reversed
- Require perl 5.8
- Better requirements
- Better META.yml
- Add small hack for 64 bit
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 26 06:52:00 2008 UTC (3 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to version 1.0.3
Changes since last packaged version (1.0.2):
1.0.3 Fri Feb 22 17:25:30 2008
- Added -ENV config option (thanks Steven)
- Added doc note about -MSmart::Comments approach (thanks David)
- Smartened up vertical spacing of output (thanks Steve!)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 11 16:25:23 2007 UTC (5 years ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-Smart-Comments version 1.0.2 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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 11 16:25:23 2007 UTC (5 years ago) by seb
Branch: MAIN
Initial revision