]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blob - t/lib/Lexical/Types/TestRequired3Y.pm
Only remap the hint through the pointer table for threaded perls
[perl/modules/Lexical-Types.git] / t / lib / Lexical / Types / TestRequired3Y.pm
1 package Lexical::Types::TestRequired3Y;
2
3 my Int3Y $y;
4 Test::More::is($y, undef, 'pragma not in use in require after double setup');
5
6 1;