diff options
| author | Joelle Maslak <jmaslak@antelope.net> | 2019-09-29 12:23:37 -0600 |
|---|---|---|
| committer | Joelle Maslak <jmaslak@antelope.net> | 2019-09-29 12:23:37 -0600 |
| commit | e37ccf211816267d70de883935ab0d42c501c8bd (patch) | |
| tree | ec15328190ab5d1bd0e253c2c92d2488409eaca4 | |
| parent | 1721add9a24389338246cf4870927f07cdd9b629 (diff) | |
| download | perlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.tar.gz perlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.tar.bz2 perlweeklychallenge-club-e37ccf211816267d70de883935ab0d42c501c8bd.zip | |
Bugfix for Perl 6 solution
| -rwxr-xr-x | challenge-027/joelle-maslak/perl6/ch-2.p6 | 1 |
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; } } |
