summaryrefslogtreecommitdiff
path: root/devel/p5-Task-Weaken/DESCR
blob: 349f580f746e0f6430e93e52451071d4756c5419 (plain)
1
2
3
4
5
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';