Skip Menu |

This queue is for tickets about the Params-Validate CPAN distribution.

Report information
The Basics
Id: 113318
Status: resolved
Priority: 0/
Queue: Params-Validate

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.22
Fixed in: 1.23



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' ); }