Don't blow limited stacks, a lower number is enough to
Dominic Dunlop [Tue, 15 Aug 2000 13:51:24 +0000 (15:51 +0200)]
tickle the lookbehind limit.

Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>

p4raw-id: //depot/perl@6634

t/op/regmesg.t

index 63b714f..4a67bbb 100644 (file)
@@ -30,7 +30,7 @@ my @death =
 
  '/(?<= .*)/' =>  'Variable length lookbehind not implemented at {#} mark in regex m/(?<= .*){#}/',
 
- '/(?<= x{10000})/' => 'Lookbehind longer than 255 not implemented at {#} mark in regex m/(?<= x{10000}){#}/',
+ '/(?<= x{1000})/' => 'Lookbehind longer than 255 not implemented at {#} mark in regex m/(?<= x{1000}){#}/',
 
  '/(?@)/' => 'Sequence (?@...) not implemented at {#} mark in regex m/(?@{#})/',