Changes
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 3203baf..01ef651 100644 (file)
@@ -50,6 +50,8 @@ my $runtime_requires = {
   'Data::Dumper::Concise'    => '1.000',
   'Scope::Guard'             => '0.03',
   'Context::Preserve'        => '0.01',
+  'Try::Tiny'                => '0.04',
+  'namespace::clean'         => '0.14',
 };
 
 # this is so we can order requires alphabetically