Skip to content

Commit

Permalink
Warnings were not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 28, 2023
1 parent 0954117 commit a4e3d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ BEGIN {
($warning =~ /isn't numeric in numeric eq /i)) {
die $warning;
}
warn $warning;
};
}

Expand Down

0 comments on commit a4e3d96

Please sign in to comment.