Skip to content

Commit

Permalink
Add license field for META6::Support
Browse files Browse the repository at this point in the history
See https://design.perl6.org/S22.html#license
This field is used in case the license is one of the non-SPDX
standardized names, or possibly in addition to a the license name.
  • Loading branch information
samcv committed Apr 20, 2017
1 parent 3fd81ca commit eed50eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/META6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class META6:ver<0.0.13>:auth<github:jonathanstowe> does JSON::Class does AutoAss
has Str $.mailinglist is rw is specification(Optional) is json-skip-null;
has Str $.irc is rw is specification(Optional) is json-skip-null;
has Str $.phone is rw is specification(Optional) is json-skip-null;
has Str $.license is rw is specification(Optional) is json-skip-null;
}

# cope with "v0.0.1"
Expand Down

0 comments on commit eed50eb

Please sign in to comment.