Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Introduce "license" tag in META6.json
  • Loading branch information
lizmat committed Mar 15, 2014
1 parent c7aab52 commit e9913fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion S22-package-format.pod
Expand Up @@ -338,11 +338,19 @@ C<irc>, C<phone>.
Optional. A Boolean to indicate whether or not this is a distribution intended
to be used in production. For instance:

"production" : 1
"production" : 1

By default, a distribution is not ready for production. If a distribution
is not ready for production, then it will never be recommended.

=head3 license

Optional. The URL with the text of the license under which this distribution
is available for installation. Or some other way to indicate the license,
e.g. inspired by the Perl 5 module L<Software::License>.

"license" : "http://www.gnu.org/licenses/gpl-1.0.html"

=head2 Special directories

A distribution may contain several directories that will be handled
Expand Down

0 comments on commit e9913fd

Please sign in to comment.