forked from Raku/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
25 lines (25 loc) · 1.07 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"perl" : "6.*",
"name" : "perl6-examples",
"version" : "0.0.1",
"auth" : "github:perl6",
"license" : "Artistic-2.0",
"description" : "Many examples of Perl 6 code",
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex",
"DBIish", "File::Find", "File::Temp", "Text::VimColour",
"HTTP::Easy", "Terminal::ANSIColor", "Web::Request", "HTML::Escape",
"Term::termios" ],
"test-depends" : [ "Test", "Test::META" ],
"source-url" : "git://github.com/perl6/perl6-examples.git",
"provides" : {
"Examples" : "lib/Examples.pm",
"Examples::Categories" : "lib/Examples/Categories.pm",
"Examples::Example" : "lib/Examples.pm",
"Text::Levenshtein" : "lib/Text/Levenshtein.pm",
"Pod6" : "lib/Pod/Parser.pm",
"Pod6Block" : "lib/Pod/Parser.pm",
"Context" : "lib/Pod/Parser.pm",
"Pod::Parser" : "lib/Pod/Parser.pm",
"Pod::To::Perl" : "lib/Pod/To/Perl.pm"
}
}