diff options
author | seb <seb@pkgsrc.org> | 2004-11-10 15:38:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-10 15:38:57 +0000 |
commit | e0340ff8740960228cc87ec1170ccab9188a2944 (patch) | |
tree | b8634ebe2e4c903ed503a0b9fef2019ddd105fcd /devel/p5-Want/DESCR | |
parent | 55aa9b8ee40043f442608c480bb40a674ed4b890 (diff) | |
download | pkgsrc-e0340ff8740960228cc87ec1170ccab9188a2944.tar.gz |
Initial addition of p5-Want version 0.07 into the NetBSD Packages Collection.
This Perl 5 module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail how its
return value is going to be immediately used.
Diffstat (limited to 'devel/p5-Want/DESCR')
-rw-r--r-- | devel/p5-Want/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Want/DESCR b/devel/p5-Want/DESCR new file mode 100644 index 00000000000..22d86321795 --- /dev/null +++ b/devel/p5-Want/DESCR @@ -0,0 +1,3 @@ +This Perl 5 module generalises the mechanism of the wantarray +function, allowing a function to determine in some detail how its +return value is going to be immediately used. |