Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add provides section for latest panda (S11 support) #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion META.info
Expand Up @@ -2,7 +2,17 @@
"name" : "TAP::Harness",
"version" : "0.0.1",
"description" : "TAP harness for perl6",
"provides" : {
"Test::More" : "lib/Test/More.pm6",
"TAP::Harness" : "lib/TAP/Harness.pm6",
"TAP::Entry" : "lib/TAP/Entry.pm6",
"TAP::Parser" : "lib/TAP/Parser.pm6",
"TAP::Result" : "lib/TAP/Result.pm6",
"TAP::Lexer" : "lib/TAP/Lexer.pm6",
"TAP::Formatter" : "lib/TAP/Formatter.pm6",
"TAP::Generator" : "lib/TAP/Generator.pm6"
},
"author" : "Leon Timmermans",
"depends" : [ ],
"depends" : [ ],
"source-url" : "git://github.com/leont/tap-harness6.git"
}