common: join stylesheets html inline
[sheet.git] / termcol.plp
index 6f7a55d979cf7a6d14fcac0839019c828232fce2..f2dde7f1cf03bc67b0c56b6a8e003bc10cdf2684 100644 (file)
@@ -35,14 +35,13 @@ print
 
 <div class="section">
 <:
-use 5.010;
 use Shiar_Sheet::Colour 1.04;
 use List::Util qw( min max );
 use POSIX qw( ceil );
 
 my $palettes = do 'termcol.inc.pl';
 die "Cannot open palette data: $_\n" for $@ || $! || ();
-my $more = do 'termcol-xcolor.inc.pl';
+my $more = do 'termcol-xcolor.inc.pl' || {};
 $palettes = {%$palettes, %$more};
 
 sub colcell {