This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tests for goto &xsub and lexical hints
authorFather Chrysostomos <sprout@cpan.org>
Sat, 17 Sep 2011 01:57:37 +0000 (18:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 17 Sep 2011 01:57:37 +0000 (18:57 -0700)
commite8ed61c58cadd53d80a36d3e3a3fa0abdb90834d
treebbb80fe4057f2ac8dcfa0b70fee4c865d3eab11d
parent309aab3af38b00c733d3e986808e79b53ffc4bab
Tests for goto &xsub and lexical hints

This new script tests that goto &xsub causes the sub to see the hints,
not of the subroutine it replaces, but of that subroutine’s caller.
MANIFEST
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/gotosub.t [new file with mode: 0644]