From 05d3ed57ea43f5f7919b66e8bfc7462e51704d74 Mon Sep 17 00:00:00 2001 From: drbaggy Date: Wed, 12 May 2021 12:06:51 +0100 Subject: pushing new version with stats --- challenge-112/james-smith/perl/ch-1.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/challenge-112/james-smith/perl/ch-1.pl b/challenge-112/james-smith/perl/ch-1.pl index 651b9f8984..661a936cc2 100644 --- a/challenge-112/james-smith/perl/ch-1.pl +++ b/challenge-112/james-smith/perl/ch-1.pl @@ -87,7 +87,6 @@ cmpthese( 100_000, { '$-shortest' => sub { canonical_path_shortest( $_->[0] ) foreach @examples }, '$-fast' => sub { canonical_path_fast( $_->[0] ) foreach @examples }, '$-fastest' => sub { canonical_path_fastest( $_->[0] ) foreach @examples }, - 'A' => sub { a( $_->[0] ) foreach @examples }, }); sub canonical_path_double { -- cgit