keep getting this error emailed to me on fez upload of module: Error reading META from your last upload
[email protected] (Francis Grizzly Smit)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
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<AUTHOR_TESTING>;
>
> if AUTHOR {
> require Test::META <&meta-ok>;
> meta-ok;
> done-testing;
> }
> else {
> skip-rest "Skipping author test";
> exit;
> }
and it passes after a few corrections, but still on fez upload it
appears to pass but I get that email and it never updates what is wrong??
my MEATA6.json is:
> use v6;
> use lib 'lib';
> use Test;
>
> use Gzz::Text::Utils;
> plan 1;
>
> constant AUTHOR = ?%*ENV<AUTHOR_TESTING>;
>
> if AUTHOR {
> require Test::META <&meta-ok>;
> meta-ok;
> done-testing;
> }
> else {
> skip-rest "Skipping author test";
> exit;
> }
--
.~. There are many things that I love....
/V\ but God Comes way above all else❣❣❣❣
/( )\ Francis (Grizzly) Smit
^^-^^ http://www.smit.id.au/