Conversion of eval => try (part 1)
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 3203baf..133007f 100644 (file)
@@ -50,6 +50,7 @@ my $runtime_requires = {
   'Data::Dumper::Concise'    => '1.000',
   'Scope::Guard'             => '0.03',
   'Context::Preserve'        => '0.01',
+  'Try::Tiny'                => '0.04',
 };
 
 # this is so we can order requires alphabetically