I tested your META6.json file with:
(cd t && raku -MTest -MTest::META -e 'plan 1; meta-ok();')
, and it looked good.
There is an open issue matching your problem.
There is mention of a fix; if I am reading it correctly, it is to archive with
`git archive` and upload with "fez's --file opt
Ooops sorry my bad
On 8/12/23 16:55, Francis Grizzly Smit wrote:
Hi
keep getting this error emailed to me on fez upload of module: Error
reading META from your last upload, I have this
deployed
use v6;
use lib 'lib';
use Test;
use Gzz::Text::Utils;
plan 1;
constant AUTHOR = ?%*ENV;
if AU
Hi
keep getting this error emailed to me on fez upload of module: Error
reading META from your last upload, I have this
deployed
use v6;
use lib 'lib';
use Test;
use Gzz::Text::Utils;
plan 1;
constant AUTHOR = ?%*ENV;
if AUTHOR {
require Test::META <&meta-ok>;
meta-ok;
done-tes