This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let SvRX(OK) recognise a bare REGEXP.
authorBen Morrow <ben@morrow.me.uk>
Wed, 21 Oct 2009 14:33:55 +0000 (15:33 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 22 Oct 2009 21:19:23 +0000 (23:19 +0200)
commitdf052ff84a4fc5e49545a6877ffa22ba4d4e31db
treed842a1dfd05c28eeb6473fad3df63d5a63ca62c4
parentf0826785082983bd9b5ba16476c6867f3b390fb9
Let SvRX(OK) recognise a bare REGEXP.

This means that re::is_regexp(${qr/x/}) will now return true.
t/re/re.t
util.c