You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perltie.pod: rework example code so EXTEND is a no-op
Most tied array implementations can and should NO-OP the EXTEND
method, and the sample code should not conflate EXTEND with STORESIZE.
EXTEND is actually less usefull used by the core than it could be
as AvMAX() does not have an equivalent tied method. So we cannot
check if we need to extend.
This is related to [rt.cpan.org #39196] / Issue #17496.
0 commit comments