aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoelle Maslak <jmaslak@antelope.net>2019-09-29 12:23:37 -0600
committerJoelle Maslak <jmaslak@antelope.net>2019-09-29 12:23:37 -0600
commite37ccf211816267d70de883935ab0d42c501c8bd (patch)
treeec15328190ab5d1bd0e253c2c92d2488409eaca4
parent1721add9a24389338246cf4870927f07cdd9b629 (diff)
downloadperlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.tar.gz
perlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.tar.bz2
perlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.zip
Bugfix for Perl 6 solution
-rwxr-xr-xchallenge-027/joelle-maslak/perl6/ch-2.p61
1 files changed, 0 insertions, 1 deletions
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;
}
}