Remove the greedy quantifier from inside the grouping (?:) so that it
authorNicholas Clark <nick@ccl4.org>
Sat, 7 Jan 2006 20:42:57 +0000 (20:42 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 7 Jan 2006 20:42:57 +0000 (20:42 +0000)
commit6669d9b5421e026578689848262974069f2f6d27
treeecb2eb440132f62954c24ec18cfa10546446a9ea
parent0e6f150f8eee9e8d89a6722ffef00c12282358f5
Remove the greedy quantifier from inside the grouping (?:) so that it
and the greedy quantifier on the (?:) don't fight each other until the
C stack is exhausted.

p4raw-id: //depot/perl@26702
lib/Pod/Simple/BlackBox.pm