pkgsrc/devel/p5-Task-Weaken/DESCR
seb 766d9cfcbb Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection.

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';
2007-04-22 21:03:27 +00:00

5 lines
282 B
Text

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';