]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Skip 'yield to subst context' tests on perl 5.8 and below
authorVincent Pit <vince@profvince.com>
Wed, 2 Jan 2013 00:22:27 +0000 (01:22 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 2 Jan 2013 00:22:27 +0000 (01:22 +0100)
The snippet :

    my $s = "foo";
    eval { $s =~ s/./die "wut"/e };
    qr/bar/;

segfaults on a threaded, debugging and poisonous perl 5.8.9. Just to be
safe, the relevant test won't be run before perl 5.10.


No differences found