fix try/catch typo
Gamid Isayev [Mon, 14 Jun 2010 15:17:04 +0000 (10:17 -0500)]
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm

index 52e6b23..25d981a 100644 (file)
@@ -221,7 +221,7 @@ method _run_sql_array($sql) {
     }
     catch {
       die "$_ (running line '$line')"
-    }
+    };
     $storage->_query_end($line);
   }
   return join "\n", @$sql