X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=89692e51fdd625ad8e322d5867dad2e0c3829d70;hb=dbdb7508ad838f2331ee6436624a92825d6da4ff;hp=8a3183fff7b681298b3da54b0e5bce0f99708996;hpb=cf915bd8314fb9cd781f1d65cb398cbb98b6ad3b;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index 8a3183f..89692e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +19,7 @@ my $deps = { 'Sub::Quote' => '0', 'Try::Tiny' => '0.04', 'List::MoreUtils' => '0.09', + 'Scalar::Util' => '0', }, recommends => { 'Template' => '2.20', @@ -30,11 +31,13 @@ my $deps = { 'XML::LibXML' => '1.69', }, test_requires => { + 'JSON' => '2.0', 'YAML' => '0.66', 'XML::Writer' => '0.500', 'Test::More' => '0.88', 'Test::Differences' => '0', 'Test::Exception' => '0.31', + 'Text::ParseWords' => '0', }, }; @@ -189,21 +192,19 @@ sub _recreate_rt_source { }; if ($@) { - warn <; } }