X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/01d61f72fed7ac041786ea69d1b080f45a4c49d1..53885bccd7945b6d1d39baef16290e086ce97027:/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

"; }} :>