10 lines
322 B
Markdown
10 lines
322 B
Markdown
# perl-Task-Weaken
|
|
|
|
One recurring problem in modules that use Scalar::Util's weaken function is
|
|
that it is not present in the pure-perl variant.
|
|
|
|
This restores the functionality testing to a dependency you do once in
|
|
your Makefile.PL, rather than something you have to write extra tests
|
|
for each time you write a module.
|
|
|