This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix booleanness of regexps
authorFather Chrysostomos <sprout@cpan.org>
Sat, 10 Aug 2013 12:30:41 +0000 (05:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 14:54:25 +0000 (07:54 -0700)
commit85b7d9b3f528e54538bc898015eba6bd0460c2d2
tree54340283ffab1c2845648695b86a7be43d7227f2
parent48120f8fb3801512144143e22a9f264d9ceab915
Fix booleanness of regexps

I broke this when I stopped regexps from being POK in 5.18.
sv.c
t/op/not.t