projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
801e0d4
)
use Try::Tiny instead of TryCatch
Justin Hunter [Mon, 20 Jun 2011 14:47:46 +0000 (07:47 -0700)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
e3a2245
..
833c91c
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-1,6
+1,6
@@
use MooseX::Declare;
class SQL::Translator {
- use TryCatch;
+ use Try::Tiny;
use MooseX::Types::Moose qw(Bool HashRef Int Str Undef);
use MooseX::Aliases;
use SQL::Translator::Types qw(DBIHandle Parser Producer Schema);