Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Feb 4, 2016
1 parent 4b1158d commit 31bcfe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/.precomp
6 changes: 3 additions & 3 deletions META.info → META6.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"perl" : "6.c",
"name" : "Color",
"version" : "1.001001",
"description"
Expand All @@ -9,7 +10,6 @@
"Color" : "lib/Color.pm6",
"Color::Operators" : "lib/Color/Operators.pm6"
},
"author" : "Zoffix Znet",
"authority" : "zoffixznet",
"source-url" : "git://github.com/zoffixznet/perl6-Color.git"
"authors" : ["Zoffix Znet"],
"support" : { "source-url" : "git://github.com/zoffixznet/perl6-Color.git" }
}
7 changes: 7 additions & 0 deletions xt/meta.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!perl6

use lib 'lib';
use Test;
use Test::META;
meta-ok;
done-testing;

0 comments on commit 31bcfe6

Please sign in to comment.