Skip to content

Commit

Permalink
Merge pull request #1 from zoffixznet/add_meta_provides
Browse files Browse the repository at this point in the history
add provides section for latest panda (S11 support)
  • Loading branch information
Tadeusz Sośnierz committed Apr 5, 2015
2 parents f8a417f + 6d53fc1 commit a961c58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions META.info
Expand Up @@ -2,6 +2,10 @@
"name" : "Threads",
"version" : "*",
"description" : "Threads in Perl 6. Yeah, really",
"provides" : {
"Semaphore" : "lib/Semaphore.pm",
"Threads" : "lib/Threads.pm"
},
"depends" : [],
"source-url" : "git://github.com/tadzik/Threads.git"
}

0 comments on commit a961c58

Please sign in to comment.