sample: fix metadata reference to include data
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 30 Jun 2017 13:38:38 +0000 (15:38 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Feb 2018 22:46:18 +0000 (23:46 +0100)
sample.plp

index 6de2b98176ef3d913d78e390407bac5173ae7286..33d06e909d878f45197a09bd8b139e6d5c5e64f3 100644 (file)
@@ -6,7 +6,7 @@ Html({
        title => "unicode sampler",
        version => '2.0',
        stylesheet => [qw'light dark mono red'],
        title => "unicode sampler",
        version => '2.0',
        stylesheet => [qw'light dark mono red'],
-       data => $textinc,
+       data => [$textinc],
 });
 
 open my $source, '<', $textinc
 });
 
 open my $source, '<', $textinc