Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "provides" to META.info.
  • Loading branch information
jnthn committed Feb 19, 2014
1 parent 68db53f commit 7082cb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions META.info
@@ -1,7 +1,8 @@
{
"name" : "Rakudo::Debugger",
"version" : "*",
"description" : "guess",
"description" : "Command-line debugger frontend for Rakudo",
"depends" : [ "Term::ANSIColor" ],
"source-url" : "git://github.com/jnthn/rakudo-debugger.git"
"source-url" : "git://github.com/jnthn/rakudo-debugger.git",
"provides" : { "Debugger::UI::CommandLine": "lib/Debugger/UI/CommandLine.pm" }
}

0 comments on commit 7082cb8

Please sign in to comment.