Task::Weaken - Ensure that a platform has weaken support http://www.cpan.org
Go to file
2024-01-06 09:39:50 +01:00
perl-Task-Weaken.spec update to 1.06 [release 1.06-1mamba;Sat Dec 05 2020] 2024-01-06 09:39:50 +01:00
README.md update to 1.06 [release 1.06-1mamba;Sat Dec 05 2020] 2024-01-06 09:39:50 +01:00

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.