Skip to content
Snippets Groups Projects
Commit 212cde8f authored by Ruslan Zakirov's avatar Ruslan Zakirov
Browse files

we must avoid DBD::Oracle 1.23, not 1.22

parent b066b01b
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ GD::Text
.
my %AVOID = (
'DBD::Oracle' => [qw(1.22)],
'DBD::Oracle' => [qw(1.23)],
);
if ($args{'download'}) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment