diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 056978c4..fa5ec9be 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 668, + BUILD_REVISION => 669, BUILD_DATE => "2014-06-21", }; diff --git a/modules/c2english/c2eng.pl b/modules/c2english/c2eng.pl index 059ca2d0..3035998c 100755 --- a/modules/c2english/c2eng.pl +++ b/modules/c2english/c2eng.pl @@ -67,7 +67,7 @@ foreach my $arg (@ARGV) { $text =~ s/\s+$//g; if(length $text) { - die "Bad parse: $text"; + print "Bad parse at: $text"; } else { print join('', flatten($result)); }