From 8e6add6497a6c908dcdedff3ff988d1baced3a56 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 12:59:53 -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 14c2412..8a23956 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -46,7 +46,7 @@ sub preinit { use Cwd; $_ = getcwd(); s/.*\///; - return $_; + $_; } sub debug { -- 2.47.3