This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #108780] Make /foo$qr/ work under ‘no overloading’
authorFather Chrysostomos <sprout@cpan.org>
Mon, 30 Jan 2012 20:33:31 +0000 (12:33 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 30 Jan 2012 20:34:06 +0000 (12:34 -0800)
commit37c07a4b201c9f799808d346817c4685e3e9002a
treeda0daf33c3d529155fbebc82ae4836ef24e82d93
parenteb96f3fadee7d30808d6e2287f5d03c7e2c02192
[perl #108780] Make /foo$qr/ work under ‘no overloading’

This changes the code in pp_regcomp to use the underlying REGEXP
instead of the reference to it, when concatenating pieces to mark a
larger regular expression.  This makes /foo$qr/ work even under ‘no
overloading’.  It stopped working with commit a75c6ed6b.
lib/overloading.t
pp_ctl.c