3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Preserve empty lines in source

This commit is contained in:
Pragmatic Software 2013-10-07 05:03:03 +00:00
parent bd9e53e77a
commit 272e13236f
2 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 436,
BUILD_DATE => "2013-10-04",
BUILD_REVISION => 437,
BUILD_DATE => "2013-10-06",
};
1;

View File

@ -49,7 +49,6 @@ sub runserver {
while(my $line = <$input>) {
chomp $line;
next unless length $line;
print "Got [$line]\n";