Skip to content

Commit

Permalink
Perl 6 -> Raku
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Jun 13, 2020
1 parent 488aa29 commit 047849c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -3,7 +3,7 @@
"name" : "sake",
"version" : "0.0.3",
"license" : "Artistic-2.0",
"description" : "A make-a-like implemented in Perl 6",
"description" : "A make-a-like implemented in Raku",
"provides" : {
"Sake" : "lib/Sake.pm6",
"Sake::Task" : "lib/Sake/Task.pm6",
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
## sake

`sake` is a make-a-like implemented in Perl 6. It was inspired by
`sake` is a make-a-like implemented in Raku. It was inspired by
[rake](https://github.com/ruby/rake).


Expand All @@ -26,7 +26,7 @@ requests and PRs are welcome!

Create a file named `Sakefile` with these contents:

```perl6
```raku
task 'buy-food', {
say 'Bought a salad.'
}
Expand Down

0 comments on commit 047849c

Please sign in to comment.