X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/02b8f6f8e9a2e820a81bfd09254a7875928282b1..bac74b5934f22cc3d0e971d26fe0275f7f5db7b3:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index 4e426d6..cfd961e 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -1,6 +1,6 @@ <: +use 5.014; use utf8; -use strict; use warnings; no warnings 'qw'; # you know what you doing no warnings 'uninitialized'; # save some useless checks for more legible code @@ -41,7 +41,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_ ) } @_; } @@ -133,7 +133,7 @@ EOT