From e37ccf211816267d70de883935ab0d42c501c8bd Mon Sep 17 00:00:00 2001 From: Joelle Maslak Date: Sun, 29 Sep 2019 12:23:37 -0600 Subject: Bugfix for Perl 6 solution --- challenge-027/joelle-maslak/perl6/ch-2.p6 | 1 - 1 file changed, 1 deletion(-) diff --git a/challenge-027/joelle-maslak/perl6/ch-2.p6 b/challenge-027/joelle-maslak/perl6/ch-2.p6 index 8183d58d79..192b26f816 100755 --- a/challenge-027/joelle-maslak/perl6/ch-2.p6 +++ b/challenge-027/joelle-maslak/perl6/ch-2.p6 @@ -20,7 +20,6 @@ class History { method history() { my @h = @!hist; - @h.push: $!data; return @h; } } -- cgit