From: Mischa POSLAWSKY Date: Wed, 22 Apr 2009 22:12:17 +0000 (+0000) Subject: global changes to version declaration/display X-Git-Tag: v1.3~161 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/1d37e00ff50c4cee3f23749febcfe6e33e1f608a global changes to version declaration/display - prepend 'v' to version vars - do not show modification time, since it often sends the wrong message to end-users - link to repository at git.shiar.nl --- diff --git a/Shiar_Sheet/KeySigns.pm b/Shiar_Sheet/KeySigns.pm index 83289ab..a22a07a 100644 --- a/Shiar_Sheet/KeySigns.pm +++ b/Shiar_Sheet/KeySigns.pm @@ -4,7 +4,7 @@ use utf8; use strict; use warnings; -our $VERSION = '1.00'; +our $VERSION = 'v1.00'; sub import { my $class = shift; diff --git a/Shiar_Sheet/Keyboard.pm b/Shiar_Sheet/Keyboard.pm index 05df107..e6982f7 100644 --- a/Shiar_Sheet/Keyboard.pm +++ b/Shiar_Sheet/Keyboard.pm @@ -5,7 +5,7 @@ use warnings; no warnings 'uninitialized'; # save some useless checks for more legible code use Carp; -our $VERSION = '1.03'; +our $VERSION = 'v1.03'; my @casedesc = (undef, qw/shift ctrl meta/, 'shift meta'); my @rowdesc = qw(numeric top home bottom); diff --git a/bash.plp b/bash.plp index ec244dc..dfaeda4 100644 --- a/bash.plp +++ b/bash.plp @@ -7,7 +7,7 @@ no warnings 'uninitialized'; # save some useless checks for more legible code use Shiar_Sheet::KeySigns qw(%sign); # dependant on $get{ascii} -our $VERSION = '1.2'; +our $VERSION = 'v1.2'; $header{content_type} = "text/html; charset=$sign{charset}"; @@ -109,15 +109,11 @@ $keys->print_rows($get{static} || '543'); diff --git a/charset.plp b/charset.plp index 6b6e7d0..bce918b 100644 --- a/charset.plp +++ b/charset.plp @@ -4,7 +4,7 @@ use strict; use warnings; use open IO => ':utf8'; -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = 'text/html; charset=utf-8'; @@ -203,15 +203,11 @@ print "\n"; diff --git a/digraphs.plp b/digraphs.plp index 73189c9..fbe8a5d 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'; @@ -124,15 +124,11 @@ print "\n"; diff --git a/digraphs.vim.plp b/digraphs.vim.plp index 6123fea..d19b72a 100644 --- a/digraphs.vim.plp +++ b/digraphs.vim.plp @@ -3,7 +3,7 @@ use strict; use warnings; use open IO => ':utf8'; -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = 'text/plain; charset=us-ascii'; print '" vim digraph proposals ', "\n"; diff --git a/nethack.plp b/nethack.plp index ca7433e..5db14cd 100644 --- a/nethack.plp +++ b/nethack.plp @@ -7,7 +7,7 @@ no warnings 'uninitialized'; # save some useless checks for more legible code use Shiar_Sheet::KeySigns qw(%sign); -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = "text/html; charset=$sign{charset}"; @@ -103,15 +103,11 @@ $keys->print_rows($get{static} || '4321-421'); diff --git a/unicode.plp b/unicode.plp index 25f89de..e4e45dc 100644 --- a/unicode.plp +++ b/unicode.plp @@ -5,7 +5,7 @@ use warnings; no warnings 'qw'; # that's not a comment, it's a NUMBER SIGN use open IO => ':utf8'; -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = 'text/html; charset=utf-8'; @@ -286,15 +286,11 @@ print_glyph_tables( diff --git a/vim.plp b/vim.plp index af74074..1e1d762 100644 --- a/vim.plp +++ b/vim.plp @@ -7,7 +7,7 @@ no warnings 'uninitialized'; # save some useless checks for more legible code use Shiar_Sheet::KeySigns qw(%sign); # dependant on $get{ascii} -our $VERSION = '1.2'; +our $VERSION = 'v1.2'; $header{content_type} = "text/html; charset=$sign{charset}"; @@ -109,15 +109,11 @@ $keys->print_rows($get{static}); diff --git a/vimperator.plp b/vimperator.plp index 19298d1..731c0f2 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -7,7 +7,7 @@ no warnings 'uninitialized'; # save some useless checks for more legible code use Shiar_Sheet::KeySigns qw(%sign); -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = "text/html; charset=$sign{charset}"; @@ -107,15 +107,11 @@ $keys->print_rows($get{static});