common: generate optimised css file for light
[sheet.git] / base.plp
index 3a89a53de6979de2a05417ab84620f5698ad353d..f1ed06cfa42265c32a2719ae78819896a7e4a55e 100644 (file)
--- a/base.plp
+++ b/base.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'number bases',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -97,7 +97,6 @@ for my $n (2 .. $count) {
 <h2>Duplication (2ⁿ)</h2>
 <table>
 <:
-use 5.010;
 sub showint {
        my ($int, $radix) = @_;
        my @digits;