mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-02 07:24: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
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 436,
|
BUILD_REVISION => 437,
|
||||||
BUILD_DATE => "2013-10-04",
|
BUILD_DATE => "2013-10-06",
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
@ -49,7 +49,6 @@ sub runserver {
|
|||||||
|
|
||||||
while(my $line = <$input>) {
|
while(my $line = <$input>) {
|
||||||
chomp $line;
|
chomp $line;
|
||||||
next unless length $line;
|
|
||||||
|
|
||||||
print "Got [$line]\n";
|
print "Got [$line]\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user