common: enable perl v5.14 features everywhere
[sheet.git] / chars.plp
index ebfdc6b816c795287cc48a572a009df200d14b84..a637eae8528f89b119a46fccd4c93ae1d6c3e944 100644 (file)
--- a/chars.plp
+++ b/chars.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'character support sheet',
-       version => 'v1.0',
+       version => '1.0',
        keywords => [qw'
                unicode glyph char character reference common ipa symbol sign mark table digraph
        '],
@@ -10,7 +10,6 @@ Html({
        data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )],
 });
 
-use 5.010;
 use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 
@@ -89,7 +88,7 @@ for (map { split /[^\d-]/ } $query) {
 # output character list
 
 say '<div>';
-print '<table class=mapped>';
+print '<table class="mapped cover">';
 print '<col>' x 3;
 print "<colgroup span=$_>"
        for 2, map { scalar @{ $groupinfo->{os}->{$_} } } @ossel;