Remove use of Try::Tiny entirely (the missing part of ddcc02d1)
[dbsrgits/DBIx-Class.git] / Makefile.PL
index df82cb7..7aab0d5 100644 (file)
@@ -58,7 +58,6 @@ my $runtime_requires = {
   'namespace::clean'         => '0.24',
   'Scope::Guard'             => '0.03',
   'SQL::Abstract'            => '1.81',
-  'Try::Tiny'                => '0.07',
 
   # Technically this is not a core dependency - it is only required
   # by the MySQL codepath. However this particular version is bundled