X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/aeb47e7600bf4e34a37f3ebfe0e6edc534d92147..ce93e984084764f24f25324e8033c405b7e768f5:/index.plp diff --git a/index.plp b/index.plp index a8b3a8f..36d87eb 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.", ], @@ -18,7 +18,7 @@ Html({ Through the miracle of formatting, design, abbreviation, compression, and Perl, the following topics have been condensed into single pages of reference.
-Originally created by Mischa Poslawsky, +Originally created by Mischa Poslawsky, but you're free to use, print, alter, and redistribute under the AGPL license.

<: @@ -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

"; }} :> +