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 b3dfff9 commit 2da28cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META6.json
@@ -1,4 +1,5 @@
{
"perl" : "6.*",
"name" : "X11::Xlib::Raw",
"version" : "*",
"description" : "Xlib binding using NativeCall",
Expand All @@ -8,4 +9,4 @@
},
"repo-type" : "git",
"source-url" : "git://github.com/slobo/Perl6-X11-Xlib-Raw.git"
}
}

0 comments on commit 2da28cd

Please sign in to comment.