projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
29bd1c5
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
index
52e6b23
..
25d981a
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
@@
-221,7
+221,7
@@
method _run_sql_array($sql) {
}
catch {
die "$_ (running line '$line')"
- }
+ };
$storage->_query_end($line);
}
return join "\n", @$sql