azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

Add mandatory "perl" META field #72

Closed zoffixznet closed 7 years ago

zoffixznet commented 7 years ago

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 module as an author test, to catch any issues with the META file.

azawawi commented 7 years ago

Sorry for being late on this one 👍