Skip to content

Commit

Permalink
Add a blacklist for DBD::Pg 3.3.0, which breaks UTF-8 handling
Browse files Browse the repository at this point in the history
Per I#30232.  This blacklist will be removed in a future release, likely
replaced by a dependency bump of DBIx::SearchBuilder for PostgreSQL
deployments.
  • Loading branch information
alexmv committed Jul 16, 2014
1 parent ab42446 commit fdefc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/rt-test-dependencies.in
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ HTML::Entities

my %AVOID = (
'DBD::Oracle' => [qw(1.23)],
'DBD::Pg' => [qw(3.3.0)],
'Email::Address' => [qw(1.893 1.894)],
'Devel::StackTrace' => [qw(1.28 1.29)],
);
Expand Down

0 comments on commit fdefc00

Please sign in to comment.