Skip to content

Commit

Permalink
Add mandatory "perl" META field
Browse files Browse the repository at this point in the history
The `perl` field specifies the minimal perl version for which this distribution can be installed and is a mandatory field. The value of `"6.*"` indicates any version suffices.

It is recommended to use [Test::META](https://modules.perl6.org/repo/Test::META) module as an author test, to catch any issues with the META file.
  • Loading branch information
zoffixznet committed Oct 26, 2016
1 parent b415575 commit 822a80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"perl" : "6.*",
"name" : "OAuth2::Client::Google",
"version" : "0.1.0",
"description" : "Authenticate against Google's OAuth2 API.",
Expand Down

0 comments on commit 822a80c

Please sign in to comment.