aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Future
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
* - Update to 0.17Frederic Culot2013-09-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=326871
* - Update to 0.16Frederic Culot2013-08-302-6/+6
| | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=325697
* - Update to 0.15Frederic Culot2013-07-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=322277
* - Update to 0.14Frederic Culot2013-06-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=321182
* - Update to 0.13Frederic Culot2013-05-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=318219
* - Update to 0.12Frederic Culot2013-04-182-6/+8
| | | | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Submitted by: sunpoet@ (via private email) Feature safe: yes Notes: svn path=/head/; revision=316071
* - Update to 0.10Frederic Culot2013-03-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=314542
* - Update to 0.08Frederic Culot2013-03-052-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=313453
* A Future object represents an operation that is currently in progress,Frederic Culot2013-01-143-0/+35
or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete. WWW: http://search.cpan.org/dist/Future/ This new module is needed to update devel/p5-CPS. Notes: svn path=/head/; revision=310377