diff options
author | culot <culot@FreeBSD.org> | 2013-01-14 21:50:02 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-01-14 21:50:02 +0800 |
commit | fd357dde8b5711d7e1d80611dbc88f0a2561bb42 (patch) | |
tree | 32fbae61a93a0a1c34af9a4095cf49b1d7065284 /devel/Makefile | |
parent | 8e146db33886a170204f03664f208506f16f8242 (diff) | |
download | freebsd-ports-gnome-fd357dde8b5711d7e1d80611dbc88f0a2561bb42.tar.gz freebsd-ports-gnome-fd357dde8b5711d7e1d80611dbc88f0a2561bb42.tar.zst freebsd-ports-gnome-fd357dde8b5711d7e1d80611dbc88f0a2561bb42.zip |
A Future object represents an operation that is currently in progress,
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.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4ecb29609b32..78ea37d7acc5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1992,6 +1992,7 @@ SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw + SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server |