X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/01d61f72fed7ac041786ea69d1b080f45a4c49d1..73ee5a0c42f98006d42b04d5cc1635e25729373c:/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

"; }} :>