summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/email.t2
-rw-r--r--t/parser.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/email.t b/t/email.t
index 5cb2cd2..6335ca9 100644
--- a/t/email.t
+++ b/t/email.t
@@ -1,5 +1,5 @@
#!perl6
-use v6.d.PREVIEW;
+use v6.d;
use Test;
use MaildirIndexer::Email;
diff --git a/t/parser.t b/t/parser.t
index 49be92e..7f7da1e 100644
--- a/t/parser.t
+++ b/t/parser.t
@@ -1,5 +1,5 @@
#!perl6
-use v6.d.PREVIEW;
+use v6.d;
use Test;
use MaildirIndexer::Parser;
use MaildirIndexer::Email;