avoid conditional variable declaration
authorexercism-1 <exercism-1@users.noreply.github.com>
Thu, 25 Jan 2018 12:41:15 +0000 (13:41 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2018 12:41:15 +0000 (13:41 +0100)
commit6e9cebc99f0891387393de24b6041f2cbb4877b8
tree128ccae41f30dda806e77dec66ea540a865a691e
parentc44281d2b5d84e75ed7a6de798ee052fe46ef73b
avoid conditional variable declaration

perldoc perlsyn:

> The behaviour of a `my`, `state`, or `our` modified with a statement modifier conditional or loop construct (for example, `my $x if ...` ) is **undefined**.
lib/SQL/Translator/Producer/SQLite.pm