[10:23] <sjn> Heya folks

[10:24] <lizmat> sjn o/

[10:24] <sjn> quick question; which module/code actually _writes_ the META6.json files?

[10:25] <lizmat> App::Mi6 creates / writes the META6.json file

[14:26] *** rcmlz joined
[14:26] <rcmlz> "fez" does also create/update META6.json

[14:28] <lizmat> but only inside the tar-file, no?

[14:36] <rcmlz> ```

[14:36] <rcmlz> fez init Test:Module

[14:36] <rcmlz> cd Test-Module

[14:36] <rcmlz> fez resource "config.json"

[14:36] <rcmlz> cat META6.json

[14:36] <rcmlz> ```

[14:36] <rcmlz> {

[14:36] <rcmlz>   "auth": "zef:zero-overhead",

[14:36] <rcmlz>   "build-depends": [

[14:36] <rcmlz>   ],

[14:36] <rcmlz>   "depends": [

[14:36] <rcmlz>   ],

[14:36] <rcmlz>   "description": "A brand new and very nice module",

[14:36] <rcmlz>   "name": "Test-Module",

[14:36] <rcmlz>   "provides": {

[14:36] <rcmlz>     "Test:Module": "lib/Test:Module.rakumod"

[14:36] <rcmlz>   },

[14:36] <rcmlz>   "resources": [

[14:37] <rcmlz> fez modifies the META6.json also

[14:43] <lizmat> aaah... I only use fez upload (indirectly).... so that explains  :-)

[14:57] *** rcmlz left
[23:17] <tonyo> you can manage the META6 with fez now too, yea.  not just in the tar

