Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack...
authorYves Orton <demerphq@gmail.com>
Thu, 26 Jul 2007 00:21:29 +0000 (00:21 +0000)
committerYves Orton <demerphq@gmail.com>
Thu, 26 Jul 2007 00:21:29 +0000 (00:21 +0000)
commitf2a30bc986e15d40461e8a91b9526effea4e043d
tree427945d51d275d399212ae25e103fb27665470ed
parent3d18daf17a4d86d225ca95b5df455e3b4b1ae222
Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.

This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from
before the time this construct was added.

p4raw-id: //depot/perl@31659
lib/Text/ParseWords.pm