Re: keep getting this error emailed to me on fez upload of module: Error reading META from your last upload

2023-12-08 Thread Francis Grizzly Smit
On 8/12/23 18:08, Bruce Gray wrote: 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`

Re: keep getting this error emailed to me on fez upload of module: Error reading META from your last upload

2023-12-07 Thread Bruce Gray
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

Re: keep getting this error emailed to me on fez upload of module: Error reading META from your last upload

2023-12-07 Thread Francis Grizzly Smit
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