X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=89692e51fdd625ad8e322d5867dad2e0c3829d70;hb=ae4a60a5e735120964da07ffb73385b08bee94e1;hp=4724acf189a81230823491569a082012d68475be;hpb=3ab19c1b31fa1fef8284a271afd282736242dd8f;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index 4724acf..89692e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,6 +37,7 @@ my $deps = { 'Test::More' => '0.88', 'Test::Differences' => '0', 'Test::Exception' => '0.31', + 'Text::ParseWords' => '0', }, }; @@ -191,21 +192,19 @@ sub _recreate_rt_source { }; if ($@) { - warn <; } }