aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Future
Commit message (Collapse)AuthorAgeFilesLines
* - 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