From 0f4b460588e18347333291d925d78dd55b8d4749 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 29 Dec 2019 13:01:56 +0000 Subject: it's called `raku` now --- bin/maildir-indexer | 2 +- t/email.t | 2 +- t/meta.t | 2 +- t/parser.t | 2 +- t/scandir.t | 2 +- t/store.t | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/maildir-indexer b/bin/maildir-indexer index abca41d..2ee76f8 100644 --- a/bin/maildir-indexer +++ b/bin/maildir-indexer @@ -1,4 +1,4 @@ -#!/usr/bin/env perl6 +#!/usr/bin/env raku use v6.d; use lib $?FILE.IO.parent(2).child('lib'); use MaildirIndexer::ScanDir; 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'; -- cgit v1.2.3