Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eradicate Mu.munch now we're in beta officially
  • Loading branch information
lizmat committed Oct 23, 2015
1 parent 89b75fa commit 0bbd62b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/core/Mu.pm
Expand Up @@ -14,15 +14,6 @@ The 'gimme' method was an internal method used by rakudo before the Great
List Refactor. The fact that you are seeing this message, means that you
have code that was using that unsupported rakudo internal API.
Please refactor this code using the new Iterator / Seq interface.
"
}
proto method munch(|) {
die "
The 'munch' method was an internal method used by rakudo before the Great
List Refactor. The fact that you are seeing this message, means that you
have code that was using that unsupported rakudo internal API.
Please refactor this code using the new Iterator / Seq interface.
"
}
Expand Down

0 comments on commit 0bbd62b

Please sign in to comment.