Warning bit fixes to t/op/caller.t
[p5sagit/p5-mst-13.2.git] / t / op / regmesg.t
index d53a1f8..4e8f3c4 100644 (file)
@@ -97,8 +97,6 @@ my @death =
 ## Key-value pairs of code/error of code that should have non-fatal warnings.
 ##
 @warning = (
-    "m/(?p{ 'a' })/" => "(?p{}) is deprecated - use (??{}) in regex; marked by {#} in m/(?p{#}{ 'a' })/",
-
     'm/\b*/' => '\b* matches null string many times in regex; marked by {#} in m/\b*{#}/',
 
     'm/[:blank:]/' => 'POSIX syntax [: :] belongs inside character classes in regex; marked by {#} in m/[:blank:]{#}/',