Revision history for curry
+ - Fixage for curry::weak::_ via the inestimable dakkar
+
2.000000 - 2021-12-28
- Support curry::_ and curry::weak::_
my $curry2 = $foo->curry::weak::_('foo');
-is_deeply($curry->(1), [ $foo, 1 ], 'Curried weak string method call');
+is_deeply($curry2->(1), [ $foo, 1 ], 'Curried weak string method call');
weaken($weak_foo = $foo);