From: Peter Rabbitson Date: Wed, 10 Nov 2010 22:56:54 +0000 (+0000) Subject: Turn the roundtrip source generation fail into a warning X-Git-Tag: v0.11008~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d53db6a7d551dfa839381cf6f3b21ebd7bd1fed7;p=dbsrgits%2FSQL-Translator.git Turn the roundtrip source generation fail into a warning --- diff --git a/Makefile.PL b/Makefile.PL index 4f54cfb..96f385c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,7 +55,6 @@ resources Ratings => 'http://cpanratings.perl.org/d/SQL-Translator'; all_from 'lib/SQL/Translator.pm'; - for my $type (qw/requires recommends test_requires/) { no strict qw/refs/; my $f = \&$type; @@ -88,7 +87,6 @@ if ($Module::Install::AUTHOR) { WriteAll(); - sub _recompile_grammars { # placeholder, will be used to recompile P::RD parsers before shipping # will also allow to lose dependency on P::RD @@ -126,18 +124,21 @@ sub _recreate_rt_source { }; if ($@) { - print <; } }