mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-01 23:14:09 +01:00
Preserve empty lines in source
This commit is contained in:
parent
bd9e53e77a
commit
272e13236f
@ -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;
|
||||
|
@ -49,7 +49,6 @@ sub runserver {
|
||||
|
||||
while(my $line = <$input>) {
|
||||
chomp $line;
|
||||
next unless length $line;
|
||||
|
||||
print "Got [$line]\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user