]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Add VMG_COMPAT_SCALAR_NOLEN rt80388
authorVincent Pit <vince@profvince.com>
Mon, 5 Nov 2012 02:11:20 +0000 (00:11 -0200)
committerVincent Pit <vince@profvince.com>
Mon, 5 Nov 2012 02:14:24 +0000 (00:14 -0200)
commita924275b5f3d7c1c612add18c8bf7a6f358e703f
tree2bd9dd637eaf62ddc93ee33e5383b0e599cf4513
parentd28712f92da321bedadbf8b4eb9c27fcd4205ab8
Add VMG_COMPAT_SCALAR_NOLEN

Starting from perl 5.17.4, perl no longer calls 'len' magic on scalars.
This new compatibility macro reflects this change.

This fixes RT #80388.
Magic.xs
lib/Variable/Magic.pm
t/01-import.t
t/22-len.t