summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/email.t2
-rw-r--r--t/meta.t2
-rw-r--r--t/parser.t2
-rw-r--r--t/scandir.t2
-rw-r--r--t/store.t2
5 files changed, 5 insertions, 5 deletions
diff --git a/t/email.t b/t/email.t
index 6335ca9..0bc40df 100644
--- a/t/email.t
+++ b/t/email.t
@@ -1,4 +1,4 @@
-#!perl6
+#!raku
use v6.d;
use Test;
use MaildirIndexer::Email;
diff --git a/t/meta.t b/t/meta.t
index dd03116..56e2d4c 100644
--- a/t/meta.t
+++ b/t/meta.t
@@ -1,4 +1,4 @@
-#!perl6
+#!raku
use v6.c;
use Test;
use Test::META;
diff --git a/t/parser.t b/t/parser.t
index 7f7da1e..24c70fe 100644
--- a/t/parser.t
+++ b/t/parser.t
@@ -1,4 +1,4 @@
-#!perl6
+#!raku
use v6.d;
use Test;
use MaildirIndexer::Parser;
diff --git a/t/scandir.t b/t/scandir.t
index 622102e..59f95b1 100644
--- a/t/scandir.t
+++ b/t/scandir.t
@@ -1,4 +1,4 @@
-#!perl6
+#!raku
use v6.d;
use Test;
use MaildirIndexer::ScanDir;
diff --git a/t/store.t b/t/store.t
index 3cedda3..d5b2502 100644
--- a/t/store.t
+++ b/t/store.t
@@ -1,4 +1,4 @@
-#!perl6
+#!raku
use v6.d;
use Test;
use lib 't/lib';