Files
pkgsrc-ng/devel/p5-Task-Weaken/DESCR
2013-09-26 17:14:40 +02:00

6 lines
282 B
Plaintext

One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
requires 'Task::Weaken';