pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Return-MultiLevel



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jan  4 09:30:09 UTC 2014

Added Files:
        pkgsrc/devel/p5-Return-MultiLevel: DESCR Makefile distinfo

Log Message:
Import Return-MultiLevel-0.03 as devel/p5-Return-MultiLevel.

Return::MultiLevel provides a way to return immediately from a deeply
nested call stack. This is similar to exceptions, but exceptions don't
stop automatically at a target frame (and they can be caught by
intermediate stack frames). In other words, this is more like
setjmp(3)/longjmp(3) than die.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Return-MultiLevel/DESCR \
    pkgsrc/devel/p5-Return-MultiLevel/Makefile \
    pkgsrc/devel/p5-Return-MultiLevel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index