From 8ae2e0fbb6ee587187814691bfa21ecf8ba94421 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 12:42:37 -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 8e2b0b0..4f49ba3 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