You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "build" and "builder" attributes
This is so that a META6 which has these reasonably common properties can
be round-tripped without losing what is fairly important data.
Also add 'json-skip-null' to 'test-depends' and 'build-depends' as
they're optional and no point putting them back if they were empty or,
more likely, not present at all.
Various changes:
* Allow for both positional and associative depends (from JJ,)
* Add raku attribute, optionalise and deprecate 'perl'
* Bump JSON::Class version to bring in fixes in JSON::Marshal