This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
allow eval-groups in patterns only if they C<use re 'eval';>
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 6 Jul 1998 06:41:17 +0000 (06:41 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 6 Jul 1998 06:41:17 +0000 (06:41 +0000)
commite4d48cc9bddb8984cf12bdfbcbac9580d192b5a5
tree3f490d6e52093c5f09c5b80a219d66b0ab159c02
parent06b3afcdfc1f3e17cec01aa39ec73f3f3165a28e
allow eval-groups in patterns only if they C<use re 'eval';>

p4raw-id: //depot/perl@1334
lib/re.pm
perl.h
pod/perldiag.pod
pod/perlre.pod
regcomp.c
t/op/misc.t
t/op/pat.t
t/op/regexp.t
t/op/subst.t