From 8544badcf1b13366c2502e288c4b1a2c6992e123 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 12 Jul 2020 08:55:57 +0200 Subject: Update perl6 references to raku --- t/07-keys.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/07-keys.t') 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 -- cgit v1.1