From: Mischa POSLAWSKY Date: Wed, 4 Mar 2015 20:41:37 +0000 (+0100) Subject: common: only load keysigns when needed X-Git-Tag: v1.7~55 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/253c3d4686511483f04959a14a8f08372a4d8aa2 common: only load keysigns when needed --- diff --git a/common.inc.plp b/common.inc.plp index 0f79b83..cb282c0 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -8,7 +8,6 @@ use open ':std' => ':utf8'; use File::stat 'stat'; use HTTP::Date; -use Shiar_Sheet::KeySigns qw(%sign); $PLP::ERROR = sub { my ($text, $html) = @_; @@ -122,7 +121,7 @@ EOT rel="code" title="Written in Perl">plp $meta->{version} - created by $sign{sep} + created by • AGPLv3