aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-CPS
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326857
* - Update to 0.18Frederic Culot2013-01-212-8/+6
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=310753
* - Update to 0.17Frederic Culot2012-08-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=303057
* - Update to 0.16Frederic Culot2012-07-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=301224
* - Update to 0.15Frederic Culot2012-06-272-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=300106
* - Update to 0.14Frederic Culot2012-03-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=292470
* - Update to 0.13Frederic Culot2012-02-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=291546
* - Add additional TEST_DEPENDSSteve Wills2012-02-091-1/+2
| | | | | | | | | PR: ports/164931 Submitted by: swills (myself) Approved by: maintainer (culot) Notes: svn path=/head/; revision=290791
* - Update to 0.12Frederic Culot2012-01-063-3/+12
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/CPS/Changes Notes: svn path=/head/; revision=288610
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* The functions in this module implement or assist the writing ofFrederic Culot2011-02-054-0/+42
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 Notes: svn path=/head/; revision=268677