X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a60151fdf6594651f38af2107d0653a140822803..aae69dfcf69ae9825f53f670aa09691934fc27ba:/unicode.plp diff --git a/unicode.plp b/unicode.plp index a6a33bd..acca2b9 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,6 +2,7 @@ use utf8; use strict; use warnings; +no warnings 'qw'; # that's not a comment, it's a NUMBER SIGN use open IO => ':utf8'; our $VERSION = '1.0'; @@ -135,7 +136,7 @@ sub table { if ($colheads) { unshift @rows, sprintf '%s', join '', - map { sprintf '%s', split(/:/, $_, 2) } + map { sprintf '%s', split(/:/, $_, 2), '', '' } @$colheads }