X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/194ad84d50ba285bc620fe8cbd48d5e595c1dedc..3aab2658e078a4f424343fb10817f8d0eab9343b:/digraphs.plp?ds=sidebyside diff --git a/digraphs.plp b/digraphs.plp index 73189c9..487b59f 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -5,7 +5,7 @@ use warnings; no warnings 'qw'; # to quote or not to quote, that is the question use open IO => ':utf8'; -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = 'text/html; charset=utf-8'; @@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8'; + digraph cheat sheet - <: my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light'; @@ -124,15 +124,11 @@ print "\n";