X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/57c38d5789c45b5f65595af447ad001821dcf828..a4aefb765b44c548e0b8b319f78648b43e98791d:/index.plp diff --git a/index.plp b/index.plp index 479bb1e..3e997e3 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.7', + version => '1.9', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -28,10 +28,11 @@ 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

"; }} :> +