summaryrefslogtreecommitdiff
path: root/bayes
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-12-29 11:28:47 +0000
committerdakkar <dakkar@thenautilus.net>2019-12-29 11:28:47 +0000
commitd3da2a61cccf2c6d1a86ed28c24ec736427caefd (patch)
tree1c0bb4b86f1b9ab136acb92527d5b84658126a06 /bayes
parentbetter predictions with small folders (diff)
downloadMaildirIndexer-d3da2a61cccf2c6d1a86ed28c24ec736427caefd.tar.gz
MaildirIndexer-d3da2a61cccf2c6d1a86ed28c24ec736427caefd.tar.bz2
MaildirIndexer-d3da2a61cccf2c6d1a86ed28c24ec736427caefd.zip
6.d has been stable a while
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;