X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1d37e00ff50c4cee3f23749febcfe6e33e1f608a..5eb91cbedd5d8014061c5a78e4d205d5a782ebd0:/digraphs.vim.plp diff --git a/digraphs.vim.plp b/digraphs.vim.plp index d19b72a..9883031 100644 --- a/digraphs.vim.plp +++ b/digraphs.vim.plp @@ -1,12 +1,12 @@ <: -use strict; +use 5.014; use warnings; use open IO => ':utf8'; our $VERSION = 'v1.0'; $header{content_type} = 'text/plain; charset=us-ascii'; -print '" vim digraph proposals ', "\n"; +say '" vim digraph proposals '; PLP_END { print "\n" }; open my $include, '<', 'shiar.inc.txt' or do {