X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7713d82f979bdb6eb47c41b4e3b2ce198b6acd2a..b22f63ba31441200ca915c64445d5a87d146c327:/index.plp diff --git a/index.plp b/index.plp index 01b59c4..f8a1938 100644 --- a/index.plp +++ b/index.plp @@ -28,7 +28,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{ $line or next; # explicitly ignore empty input my ($date, $subject) = split /[\t\n]/, $line; $date =~ s/ \K// and $date .= ''; - print "

Last update: $date $subject

\n"; + say "

Last update: $date $subject

"; }} :>