From: Dagfinn Ilmari Mannsåker Date: Tue, 12 Aug 2014 22:47:53 +0000 (+0100) Subject: Die instead of warning if roundtrip regen fails X-Git-Tag: v0.11019~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16bbaff2e6bcffcb7495f3b308a623a0023cbf6d;p=dbsrgits%2FSQL-Translator.git Die instead of warning if roundtrip regen fails This lets the Travis helpers' auto-prereq-installation work. --- diff --git a/Makefile.PL b/Makefile.PL index 4724acf..2f7e993 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -191,21 +191,19 @@ sub _recreate_rt_source { }; if ($@) { - warn <; } }