-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test failures with Encode v2.99.
Most likely caused by [this change](dankogai/p5-encode#135). It happens because Locale::Message's bound textdomain filter always passes the optional second argument, if if it never has one. In the past, that worked okay beause Encode treated `undef` the same as 0, so we still got the default malformed data handling. But now that it doesn't, we have to explicitly give the bound text domain filter a malformed data check parameter. So we give it the default, `FB_DEFAULT`. Also update the latest version of Exasol 6.1 to test.
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters