freebsd-ports/devel/p5-File-Find-Closures/pkg-descr
Sunpoet Po-Chuan Hsieh 90fedc8b65 - Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr
2014-07-06 18:50:55 +00:00

7 lines
388 B
Text

The author wrote this module as an example of both using closures and using
File::Find. Students are always asking me what closures are good for, and here's
some examples. The functions mostly stand alone (i.e. they don't need the rest
of the module), so rather than creating a dependency in your code, just lift the
parts you want).
WWW: http://search.cpan.org/dist/File-Find-Closures/