summaryrefslogtreecommitdiff
path: root/devel/p5-Task-Weaken/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Task-Weaken/DESCR')
-rw-r--r--devel/p5-Task-Weaken/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Task-Weaken/DESCR b/devel/p5-Task-Weaken/DESCR
new file mode 100644
index 00000000000..349f580f746
--- /dev/null
+++ b/devel/p5-Task-Weaken/DESCR
@@ -0,0 +1,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';