summaryrefslogtreecommitdiff
path: root/bayes
diff options
context:
space:
mode:
Diffstat (limited to 'bayes')
-rw-r--r--bayes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bayes b/bayes
index 2601874..8d4363e 100644
--- a/bayes
+++ b/bayes
@@ -1,5 +1,5 @@
#!/usr/bin/env perl6
-use v6.d.PREVIEW;
+use v6.d;
use lib 'lib';
use MaildirIndexer::ScanDir;
use MaildirIndexer::Store;