| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Mar 2012 07:51:00
0.14
|
culot  |
- Update to 0.14
Changes: http://search.cpan.org/dist/CPS/Changes |
16 Feb 2012 18:20:41
0.13
|
culot  |
- Update to 0.13
Changes: http://search.cpan.org/dist/CPS/Changes |
09 Feb 2012 15:35:54
0.12
|
swills  |
- Add additional TEST_DEPENDS
PR: ports/164931
Submitted by: swills (myself)
Approved by: maintainer (culot) |
06 Jan 2012 08:16:53
0.12
|
culot  |
- Update to 0.12
- Add LICENSE (Artistic 1 & GPLv1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/CPS/Changes |
20 Jun 2011 08:36:20
0.11
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
05 Feb 2011 12:34:35
0.11
|
culot  |
The functions in this module implement or assist the writing of
programs, or parts of them, in Continuation Passing Style (CPS).
Briefly, CPS is a style of writing code where the normal call/return
mechanism is replaced by explicit "continuations", values passed in
to functions which they should invoke, to implement return behaviour.
WWW: http://search.cpan.org/dist/CPS/
Approved by: sahil@/wen@ (mentors, implicit)
Feature safe: yes |