freebsd-ports/devel/p5-curry/pkg-descr
Sunpoet Po-Chuan Hsieh 85062930a5 - Add p5-curry 1.000000
How many times have you written

  sub { $obj->something($some, $args, @_) }

or worse still needed to weaken it and had to check and re-check your code to be
sure you weren't closing over things the wrong way?

Right. That's why I wrote this.

WWW: http://search.cpan.org/dist/curry/
2015-07-27 19:25:20 +00:00

10 lines
285 B
Text

How many times have you written
sub { $obj->something($some, $args, @_) }
or worse still needed to weaken it and had to check and re-check your code to be
sure you weren't closing over things the wrong way?
Right. That's why I wrote this.
WWW: http://search.cpan.org/dist/curry/