aboutsummaryrefslogtreecommitdiff
path: root/t/09-cloning.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>2023-07-25 02:17:29 +0200
commit8544badcf1b13366c2502e288c4b1a2c6992e123 (patch)
treef634824a058ef526f2e552245eec9d288226c158 /t/09-cloning.t
parent3672d9d82e522b73f2a8f45bc37459ee7b06750d (diff)
Update perl6 references to raku
Diffstat (limited to 't/09-cloning.t')
-rw-r--r--t/09-cloning.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/09-cloning.t b/t/09-cloning.t
index b13cd7d..0746eff 100644
--- a/t/09-cloning.t
+++ b/t/09-cloning.t
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl6
+#! /usr/bin/env raku
use v6.c;
@@ -18,4 +18,4 @@ my Config $b = $a.clone;
is-deeply $a.get, $b.get, "B contains the same data as A";
isnt $a, $b, "A and B are not the same object";
-# vim: ft=perl6 noet
+# vim: ft=raku noet