]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commit - MANIFEST
Only remap the hint through the pointer table for threaded perls
authorVincent Pit <vince@profvince.com>
Fri, 11 Sep 2009 21:45:35 +0000 (23:45 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 11 Sep 2009 21:46:23 +0000 (23:46 +0200)
commit158a53a77c240a1fed59318ecacb5bb20eb11f1d
tree7376bf9f5274dd84bd6edd25928e201c253bad20
parent9b691511575ef55976d9640d65c007f1c6febe86
Only remap the hint through the pointer table for threaded perls

Also use the hint pointer as the unique identifier for the %^H entry, so
that the pragma no longer leaks when you specify the same hook (i.e. a
reference to the same sub) in two different require scopes.
MANIFEST
Types.xs
t/16-scope.t
t/lib/Lexical/Types/TestRequired3X.pm [new file with mode: 0644]
t/lib/Lexical/Types/TestRequired3Y.pm [new file with mode: 0644]