From a6dfb16c396336412d04731d0ab8dbc1ae60b024 Mon Sep 17 00:00:00 2001 From: Rawley Date: Tue, 20 Feb 2024 11:48:13 -0600 Subject: [PATCH] fix spacing --- perl-oo-action-benchmark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-oo-action-benchmark.html b/perl-oo-action-benchmark.html index 7924c92..8fb2b25 100644 --- a/perl-oo-action-benchmark.html +++ b/perl-oo-action-benchmark.html @@ -450,7 +450,7 @@ for ( 1 .. 1000000 ) {
Immutable trick for Moose
               
-                __PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable;
               
             
Time: