From 30d48c324a7ec85200b20cbaa520e3be32ac33f8 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 12:42:49 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 4f49ba3..1299dde 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -72,7 +72,7 @@ sub init { sub init_static { my $vars = ( - banana => 'sand', + 'banana' => 'sand', ); foreach (my ($path, @datum) = each %page) { last if $datum[0] == DYNAMIC_PAGE; -- 2.47.3