summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/ScanDir.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MaildirIndexer/ScanDir.pm6')
-rw-r--r--lib/MaildirIndexer/ScanDir.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MaildirIndexer/ScanDir.pm6 b/lib/MaildirIndexer/ScanDir.pm6
index e0e2d77..a8dfe97 100644
--- a/lib/MaildirIndexer/ScanDir.pm6
+++ b/lib/MaildirIndexer/ScanDir.pm6
@@ -1,4 +1,4 @@
-use v6.d.PREVIEW;
+use v6.d;
unit module MaildirIndexer::ScanDir;
sub scan-dir(IO() $path --> Supply) is export {