Moo port makes both of these no longer needed
[dbsrgits/SQL-Translator.git] / Makefile.PL
index 7466ea9..3ede162 100644 (file)
@@ -9,8 +9,6 @@ perl_version '5.008001';
 
 my $deps = {
   requires => {
-    'Class::Base'              => '0',
-    'Class::Data::Inheritable' => '0.02',
     'Digest::SHA'              => '0',
     'Carp::Clan'               => '0',
     'IO::Scalar'               => '2.110',
@@ -23,6 +21,7 @@ my $deps = {
     'Package::Variant'         => '1.001001',
     'Sub::Quote'               => '0',
     'Try::Tiny'                => '0.04',
+    'List::MoreUtils'          => '0.09',
   },
   recommends => {
     'Template'                 => '2.20',
@@ -64,13 +63,6 @@ for my $type (qw/requires recommends test_requires/) {
   }
 }
 
-no_index directory => $_ for (qw|
-  lib/SQL/Translator/Schema/Graph
-|);
-no_index package => $_ for (qw|
-  SQL::Translator::Schema::Graph
-|);
-
 install_script (qw|
   script/sqlt-diagram
   script/sqlt-diff