aboutsummaryrefslogtreecommitdiff
path: root/t/07-keys.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-12 08:55:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-07-12 08:59:21 +0200
commitb7eac633f2f348751c6a53c56e5eeb7997a2dc73 (patch)
treef634824a058ef526f2e552245eec9d288226c158 /t/07-keys.t
parent28e3fa6d3514a560410f514ab8537a2a1206a7f7 (diff)
Update perl6 references to raku
Diffstat (limited to 't/07-keys.t')
-rw-r--r--t/07-keys.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/07-keys.t b/t/07-keys.t
index ddc4fdf..2ba1762 100644
--- a/t/07-keys.t
+++ b/t/07-keys.t
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl6
+#! /usr/bin/env raku
use v6;
@@ -21,4 +21,4 @@ my @keys = < a b c.a c.b >;
is $c.keys.sort, @keys, ".keys returns a list of all keys";
-# vim: ft=perl6 noet
+# vim: ft=raku noet