X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d12c1560f83f4bf9535ab45c412c1f6ad698b023..refs/tags/v1.1:/index.plp diff --git a/index.plp b/index.plp index 2b1d3e2..592d5d5 100644 --- a/index.plp +++ b/index.plp @@ -5,7 +5,7 @@ use warnings; no warnings "qw"; # you know what you doing no warnings "uninitialized"; # save some useless checks for more legible code -our $VERSION = "1.0"; +our $VERSION = "1.1"; our $ascii = 0; if (exists $get{ascii}) { @@ -234,9 +234,12 @@ for (my $row = 0; $row <= $#$keyrows; $row++) {