Subject: | [PATCH] Fails with Carp 1.01 (perl-5.8.3) |
As per subject. Patch appended.
Subject: | Params-Validate-1.22-t-38-callback-message.t.diff |
--- t/38-callback-message.t~ 2016-02-13 21:18:28.000000000 +0100
+++ t/38-callback-message.t 2016-03-25 04:38:37.340313942 +0100
@@ -89,7 +89,7 @@
like(
$e,
- qr/\QThe 'string' parameter (\E.+?\Q) to main::validate4 did not pass the 'string' callback\E\s+at/,
+ qr/\QThe 'string' parameter (\E.+?\Q) to main::validate4 did not pass the 'string' callback\E/,
'callback that does not dies generates a sane error message'
);
}